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.1.tar.gz
(5.9 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.1.tar.gz.
File metadata
- Download URL: gui_creater-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da0be0ada37a8e0e976a09a239111bd74c7d5161318282790302154710d67ff7
|
|
| MD5 |
acdc48e14e6bcab246612eade4190af0
|
|
| BLAKE2b-256 |
14a125a63f356e76cc258814ba01d84f3ad8affb8ff1a3b97042236adda0bcab
|
File details
Details for the file Gui_creater-0.1.1-py3-none-any.whl.
File metadata
- Download URL: Gui_creater-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.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 |
1143609db14f56b4febee3b5e4d0fdd56aa85639f32fc46b48545e8f1851a380
|
|
| MD5 |
d439887245748fb219cb207563528194
|
|
| BLAKE2b-256 |
7b09a04498e776e3e916f856294064dbe2e35bae6028d918b24ebc1ed6f0f728
|