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

Uploaded Source

File details

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

File metadata

  • Download URL: gui_generator-1.2.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.2.0.tar.gz
Algorithm Hash digest
SHA256 fdf9d49c5c3270c95be02d5aaee3a5d168b920c184df180fbbf0ff17d2eecd91
MD5 7c1beb8113068fc818a349e935295155
BLAKE2b-256 3d26121ccae7998a1cd2a7a02c6199c2844d5ca2a73fb65bb70cc69af41f64e9

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