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

Uploaded Source

File details

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

File metadata

  • Download URL: gui_generator-1.1.0.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.1.0.tar.gz
Algorithm Hash digest
SHA256 209d273b933aca1196f852a7136df3245545ebcb2198998b0c0399d0143bbce6
MD5 ecd226eae211e4768c8728f0ada1942b
BLAKE2b-256 87b61b8f20a0290bd0cb62a44a7a8fe986c7454fc92e3a3e4f216e8d6c90798f

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