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. If you make a new widget and you want more people use it,you can
import Gui_creater as gc
gc.Create_new_widget()
Then you can see a window , a input-area and a button with text "鎵撳紑" are on it. Click the button , then choose a file.After that ,you can see texts in the area. Click the button with text "涓婁紶",it can upload you widget to server.
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
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.4.tar.gz.
File metadata
- Download URL: gui_creater-0.1.4.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64e7fe648d002bc47b3c8f58ea030e425b9fe5adef5a14019596965dd3c64cc7
|
|
| MD5 |
aff48f8340840d867bc6b503636ce8bf
|
|
| BLAKE2b-256 |
9b7b562bc30227edec80f54b9230c8cc3909cb2305d068bb89679ac65f30501d
|
File details
Details for the file Gui_creater-0.1.4-py3-none-any.whl.
File metadata
- Download URL: Gui_creater-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.3 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 |
edc436876374588edb7081d384d02062929edfdaf02c8f8c019cf9ab5431e99c
|
|
| MD5 |
0085f1fdaf2237ef42bcaf1e511d05e6
|
|
| BLAKE2b-256 |
1803ca48e12a4287bf77184c9c0cb6e7e51bf6dcbbaba32b4442d8f6581c6d12
|