Skip to content

Generate a web page from the parser object of Python's argparse

License

Notifications You must be signed in to change notification settings

jordibc/args_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

args gui

This is a library to generate a GUI from the parser object of Python's argparse.

The GUI that it generates can be either a GTK dialog or a web page.

Work in progress

This is basically a placeholder for something I would like to do.

Ideally, I'd like to pick any program that uses argparse and generate automatically a web page with a nice gui that shows all the options. Also, from that gui, I'd like to be able to select any option and get the corresponding command line.

Some functionality is already there, but there's a lot missing.

Test

You can run a simple test that displays a GTK dialog with options from argparse and prints the selected ones with:

python args_gui.py

About

Generate a web page from the parser object of Python's argparse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages