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.51.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.51.tar.gz.
File metadata
- Download URL: smolpygui-1.51.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 |
ad1c5e64aab41206738cf930bdcd2e669f8a0377308e7d78904616241296a9a7
|
|
| MD5 |
c2d6b846584d5016240aabe7193b4eb6
|
|
| BLAKE2b-256 |
7dd214829d7f850c187c3915d811cb8fcf770352d6199d299b271cb9b2f7bd33
|
File details
Details for the file smolpygui-1.51-py3-none-any.whl.
File metadata
- Download URL: smolpygui-1.51-py3-none-any.whl
- Upload date:
- Size: 6.1 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 |
ba2c3f9ef3e38eb2617c6519b8400c3dd5886cae2fd309eb6fb2c77e9671e5a6
|
|
| MD5 |
e9193abc83aa9180fd2743e2c0d2cd20
|
|
| BLAKE2b-256 |
a5ec5509deff52d32eaf4866339cb81ac58b7fc5c8f1211a480c8a36188b9e22
|