Skip to main content

GUIgenerator facilitates the process of creating simple GUI applications.

Project description

GUIgenerator facilitates the process of creating simple GUI applications.

Usage

Example of running the project:
from gui_generator import *

def Average(n):
        s = 0
        for x in range(n):
                s += int(g.addInput())
        return s / n

g = GUIgenerator()
g.create(Average, args=["How many numbers:"])

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_generator-1.2.1.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file gui_generator-1.2.1.tar.gz.

File metadata

  • Download URL: gui_generator-1.2.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for gui_generator-1.2.1.tar.gz
Algorithm Hash digest
SHA256 271ed8c9b39c408691dfc97e6918bfe62e4a01b28a77365b96fff9e358c57e00
MD5 ff249b65ddf6756c7f2126d8a612a8e9
BLAKE2b-256 bceeb939cee7993d13f516eaf99b068886cc0b24dc47bffd903c2537ab703201

See more details on using hashes here.

Supported by

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