A lightweight GUI framework inspired by tkinter.
Project description
A lightweight, beginner-friendly GUI framework inspired by tkinter, built with pygame.
Example usage:
from pyguiEZ.app import App
from pyguiEZ.label import Label
from pyguiEZ.button import Button
app = App("Demo")
label = Label(app, "Hello", pos=(10, 10))
def say_hi():
label.set_text("Hi!")
button = Button(app, "Click Me", pos=(10, 50), command=say_hi)
app.run()
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
pyguiez-0.1.0.tar.gz
(1.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 pyguiez-0.1.0.tar.gz.
File metadata
- Download URL: pyguiez-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.3 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f0240e29b2dbc3372a91f93c02da0d328c9ab89c2cc0a84c0840c31be336b83
|
|
| MD5 |
f8eabde3c0804f73aa1f0f6c5c879c6c
|
|
| BLAKE2b-256 |
0e7516f78178dc9412a896b14970ee2be72f58d3140df5b72887c9882abb6a3e
|
File details
Details for the file pyguiez-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyguiez-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.3 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c95b93ba2b40e56d06ff5d280902c072a358f664b198764ff03c09fec11b74
|
|
| MD5 |
9ac7efd65b137e089e8e135ae2d2dde7
|
|
| BLAKE2b-256 |
7c6aec6d8461e775e50d4dc02cb10888e8ece0af4ac08948b4c38557056fa1d5
|