A simple library to make useful Gui.
Project description
This is a package about how to create a gui easily, like this
import Gui_creater as gc
root=gc.windows()
root.add("-Window",name=1)
a.add("-Text","2",father_name="1",placewhere=("place",{"x":0,"y":0}),args={"text":"HELLO_GUI(浣犲ソ锛孏UI)","bg":"red"})
a.add("-Button","3",father_name="1",placewhere=("place",{"x":100,"y":0}),args={"text":"HELLO(浣犲ソ)","bg":"blue","command":lambda:print("HELLO GUI!")})
root.start()
They can create a window,and there is a text ("HELLO_GUI("浣犲ソ锛孏UI")"),a button (its text is "HELLO(浣犲ソ)").If you click the button,then it can print("HELLO GUI!").You can run "test.py" to try it.
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
gui_creater-0.1.0.tar.gz
(4.0 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 gui_creater-0.1.0.tar.gz.
File metadata
- Download URL: gui_creater-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa02c1a13617fe57d69f3b004626157f3f848a2f4b5b6f9e5f2167c888ebf19d
|
|
| MD5 |
25987b9c1ca555e562d71a8ace50ce1a
|
|
| BLAKE2b-256 |
4fb66223863003b0dea85b737bc86de7f68e4afa65213687de3337b242b0b4e1
|
File details
Details for the file Gui_creater-0.1.0-py3-none-any.whl.
File metadata
- Download URL: Gui_creater-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbe3c0aca0a575fbd2e790410f346057a65977c880ea673fd24018c757f08cc9
|
|
| MD5 |
9fa732c22e5a14e16d387559a031a447
|
|
| BLAKE2b-256 |
1134fcb3d34532a776c270763cd845a51c86529f445ac2093a10e63c0f5eb5d5
|