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 "Hello World!"
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.52.tar.gz
(6.3 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.52.tar.gz.
File metadata
- Download URL: smolpygui-1.52.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bff18ad4f1ed816458476fc79ceae7472d7cf187cb7fe3c6b52fb07014bf4d51
|
|
| MD5 |
115605cf268b1af6c2856a94ffd99fed
|
|
| BLAKE2b-256 |
b44ffdf4a0099c05e249e798902d32743233fa72bc222e462817f4650a5ac35a
|
File details
Details for the file smolpygui-1.52-py3-none-any.whl.
File metadata
- Download URL: smolpygui-1.52-py3-none-any.whl
- Upload date:
- Size: 6.7 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 |
45318534ee01aa851b0b39436581dcc6fbce1dfdbeb0eb6449c8a672e0291dff
|
|
| MD5 |
7723a50700e2be72fb6fd9521beb8f53
|
|
| BLAKE2b-256 |
bef5b17f9ad08f43303e33c8094747788e57f9a7c63c22633822a30da15d3646
|