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.
Source Distribution
geniegui-0.200.tar.gz
(9.3 kB
view details)
File details
Details for the file geniegui-0.200.tar.gz
.
File metadata
- Download URL: geniegui-0.200.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b697504b4a65af7016bf9cf1322e8b26121d57c5a1ac55b2b9080e270688604 |
|
MD5 | fe78c3a6fdf83ae0b4bd43a616111d60 |
|
BLAKE2b-256 | b8610856783d2890ec2724ed41c04d04440b5b477e6af43417c5dc8e1e3c93ba |