Simple GUI for scripts 🤖 !
Installation:
pip install gui-scripter
Example:
from gui_scripter import Gui, entry, drop_box
class MyFirstApplication(Gui):
inputs = [
entry('name'),
entry('age'),
]
title = 'My First Application'
def script(self):
for x in range(1, 51):
self.set_progress_bar(x*2)
print(f"Yo, my name is {self.get('name')} and I'm {self.get('age')} years old")
Release files for gui-scripter 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gui-scripter-1.0.4.tar.gz | 23.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gui_scripter-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 45.3 kB
Release files / gui-scripter-1.0.4.tar.gz
| Download URL | gui-scripter-1.0.4.tar.gz |
|---|---|
| Size | 23.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b6d5a8bdd1019e0295e393fe1706c956fac6fd4072254d290b8f270f598f49c4
|
|
BLAKE2b-256 checksum How to use checksums |
00953eddc9d1991d12ec83e4f14a01610fe8d7f60166964c7a36d6e9466143f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.7
|
Release files / gui_scripter-1.0.4-py3-none-any.whl
| Download URL | gui_scripter-1.0.4-py3-none-any.whl |
|---|---|
| Size | 22.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e6cde7dbda1f3c4a19f782b8e9b869dbe76be8a9f400c961fc44209925d33893
|
|
BLAKE2b-256 checksum How to use checksums |
ee251fd65855787bfcb33383f4c3c5786042e26ca98c38d476fb06e351441447
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.7
|