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.60.tar.gz
(6.7 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.60.tar.gz.
File metadata
- Download URL: smolpygui-1.60.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59b4e23fc87da3885b2f27d3af5859dcc9bdeb6e5d3d7b44a4f8cb493d7de15a
|
|
| MD5 |
a1aa7a5027857513d892b75bb563df5d
|
|
| BLAKE2b-256 |
c175c0a4cdb56c1a929b95e7cc4abdebedb80046b0ee4c63a76ad68fe776c536
|
File details
Details for the file smolpygui-1.60-py3-none-any.whl.
File metadata
- Download URL: smolpygui-1.60-py3-none-any.whl
- Upload date:
- Size: 7.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 |
3ff99a0cceae427782c8801dfc3396529e4bcae7b9d852ee7b7c75118ef98cf5
|
|
| MD5 |
4140dc3bc865d69f9a46b38a48a4fa09
|
|
| BLAKE2b-256 |
fb30dc899cbabcf17578571e738b3e310aab532a4893e16af132c51c4508afa1
|