Skip to main content

Print messages to pygame screen.

Project description

Overview

This library allows for printing messages onto the actual pygame screen itself, rather than into the syntax window.

Key Features

  • Printing messages to screen

Basic Usage

from MsgPrnt import Msg import pygame

pygame.init() screen = pygame.display.set_mode((640, 480))

#Create animation Msg = (""Hello World, (0, 0), size=20, color=(255, 255, 255), font=None, delay=3000) #font None is default

#Main loop running = True while running: screen.fill((0, 0, 0)) Msg.display(screen) pygame.display.flip()

pygame.quit()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MessagePrint-1.0.0.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

MessagePrint-1.0.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file MessagePrint-1.0.0.tar.gz.

File metadata

  • Download URL: MessagePrint-1.0.0.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for MessagePrint-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3e7cc9b4f2575d2a6916fc3ba3d279b9929e2ac867d039bdf6e2135881a2abbd
MD5 18c49f318bc9e100347535b563afb9fc
BLAKE2b-256 2818b0c6ff7b46043f151df99a6f6a8b3744c23d9194a5023a2b8877637dabab

See more details on using hashes here.

File details

Details for the file MessagePrint-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: MessagePrint-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for MessagePrint-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ed7b70ded9779fc065acbfc195fa7995dd6d5f7ca661025213677b47874b9e88
MD5 432462727cd22b7e988a429811d708fc
BLAKE2b-256 a99fb18060e64e6c0e75e0e4f4e750ee3d4b4cec635fc9a9e12dc5780a0743df

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page