FHPythonUtils / Cli2Gui

Use this module to convert a cli program to a gui
MIT License
88 stars 6 forks source link

formatting, wording, add links #6

Closed milahu closed 2 years ago

milahu commented 2 years ago

What is the purpose of this pull request? (put an "X" next to item)

What changes did you make?

formatting, wording, add links

milahu commented 2 years ago

todo: explain how types are mapped to widgets

def catergorizeItems in cli2gui/tojson/argparse2json.py (code should use full type names like argparse._MutuallyExclusiveGroup for clarity)

argparse.FileType("r") in tests/argparse/test_simple.py

FredHappyface commented 2 years ago

Thank you very much for the pr, looks great - happy to merge :)