A little GUI system made with pygame
Project description
SmolPyGUI is a little personal project that I decided I would upload to PyPI. Below are some examples of usage.
A Simple Hello World
from SmolPyGUI import initialize, Button, MainLoop
initialize((500,500)) #makes a 500x500 window
Button(300,300,100,100,"#ff0000",lambda: print("Hello World!")) #makes a 100x100 red button at 300,300 that prints "hey"
MainLoop() #starts the program
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
smolpygui-1.5.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file smolpygui-1.5.tar.gz.
File metadata
- Download URL: smolpygui-1.5.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cce6063a7fee2550effdf79eea4a7ea2b755c2d25cf4e211d0fbb644d4e2584
|
|
| MD5 |
f364cd83919420d8c4a81ba3907e2cdd
|
|
| BLAKE2b-256 |
122ea8844b3548570a639ddd99a593008eb54d8773d898b568aa423fdea2f73f
|
File details
Details for the file smolpygui-1.5-py3-none-any.whl.
File metadata
- Download URL: smolpygui-1.5-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2acea057e3f4417d8b47b1e094fc93d9d845bd984548fc84a8aaec2e08956445
|
|
| MD5 |
a7dd4488f63f4ebd3c78ae8d26f3681c
|
|
| BLAKE2b-256 |
50caaea04360cd0a51523f13c81c91a2290a655eca22f8224014838dd23b2ff7
|