Simple GUI for Python Scripts
Project description
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")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gui-scripter-1.0.4.tar.gz
(23.0 kB
view details)
Built Distribution
File details
Details for the file gui-scripter-1.0.4.tar.gz
.
File metadata
- Download URL: gui-scripter-1.0.4.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6d5a8bdd1019e0295e393fe1706c956fac6fd4072254d290b8f270f598f49c4 |
|
MD5 | 15f73416b634df3b4d2b84df33e6ebd6 |
|
BLAKE2b-256 | 00953eddc9d1991d12ec83e4f14a01610fe8d7f60166964c7a36d6e9466143f2 |
File details
Details for the file gui_scripter-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: gui_scripter-1.0.4-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6cde7dbda1f3c4a19f782b8e9b869dbe76be8a9f400c961fc44209925d33893 |
|
MD5 | f4a7d6641a98806ccbe7e874b0ef799c |
|
BLAKE2b-256 | ee251fd65855787bfcb33383f4c3c5786042e26ca98c38d476fb06e351441447 |