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:
- get_argument_parser() – returning an ArgumentParser object p
- 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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size geniegui-0.200.tar.gz (9.3 kB) | File type Source | Python version None | Upload date | Hashes View |