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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file PygameEventSystem-1.0.0.tar.gz
.
File metadata
- Download URL: PygameEventSystem-1.0.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a95c0ad615c6c4777305b6be390a6d154973110e4c1c4e19395e1ed68c31fed0 |
|
MD5 | 70b8960bc78b25a82428be07a4867c28 |
|
BLAKE2b-256 | a33eb4415c6f62fa8cd06cd4a4b70ae4007d7525e1863ca5df3c0eb18d16dbe8 |
File details
Details for the file PygameEventSystem-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: PygameEventSystem-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66cbf71ed954ac0460e7b62c588c50606320dff486c451d6c5b3120c8c164b99 |
|
MD5 | 6d7ef1e9f336616f8d100f510a6db7a4 |
|
BLAKE2b-256 | a507471e584dc70d0d62b4e6d3950ef3fa96cf53dc8439a618d2316da6dfffab |