Skip to main content

generate and run a GUI from an argparse.ArgumentParser object of a console application

Project description

Generate and run a tkinter GUI for an argparse.ArgumentParser object.

Usage: python -m geniegui myprogram

Here myprogram must be a Python module that has two functions:

  1. get_argument_parser() – returning an ArgumentParser object p

  2. main() – the main function calling p = get_argument_parser() and setting args = p.parse_args()

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

geniegui-0.100.zip (9.3 kB view hashes)

Uploaded Source

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