Skip to main content

An easy-to-use pygame User Interface Library

Project description

Super Simple and efficient EventSystem for python

Example:
def printHello():
  print("hello")

e = Event()     # Create event system
e += printHello # Add printHello to the event
e()             # Output "hello"
e -= printHello # Remove it again
e()             # Does nothing because there are no subscribed functions

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

PygameEventSystem-1.0.0.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

PygameEventSystem-1.0.0-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

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