Skip to main content

Simple GUI for Python Scripts

Project description

Simple GUI for scripts 🤖 !

image

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)

Uploaded Source

Built Distribution

gui_scripter-1.0.4-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

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

Hashes for gui-scripter-1.0.4.tar.gz
Algorithm Hash digest
SHA256 b6d5a8bdd1019e0295e393fe1706c956fac6fd4072254d290b8f270f598f49c4
MD5 15f73416b634df3b4d2b84df33e6ebd6
BLAKE2b-256 00953eddc9d1991d12ec83e4f14a01610fe8d7f60166964c7a36d6e9466143f2

See more details on using hashes here.

File details

Details for the file gui_scripter-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for gui_scripter-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e6cde7dbda1f3c4a19f782b8e9b869dbe76be8a9f400c961fc44209925d33893
MD5 f4a7d6641a98806ccbe7e874b0ef799c
BLAKE2b-256 ee251fd65855787bfcb33383f4c3c5786042e26ca98c38d476fb06e351441447

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page