Cli2Gui
Use this module to convert a cli program to a gui
File Explorer
Download Latest Version (.zip)- mirror-to-codeberg.yaml
- __init__.py
- application.py
- application2args.py
- __init__.py
- abstract_gui.py
- dearpygui_wrapper.py
- FiraCode-Regular.ttf
- helpers.py
- pysimplegui_wrapper.py
- __init__.py
- argparse2json.py
- click2json.py
- docopt2json.py
- getopt2json.py
- optparse2json.py
- __init__.py
- decorators.py
- models.py
- application.md
- application2args.md
- index.md
- abstract_gui.md
- dearpygui_wrapper.md
- helpers.md
- index.md
- pysimplegui_wrapper.md
- argparse2json.md
- click2json.md
- docopt2json.md
- getopt2json.md
- index.md
- optparse2json.md
- decorators.md
- index.md
- models.md
- README.md
- README.md
- name.png
- proj-icon.png
- dearpygui.png
- freesimplegui.png
- __init__.py
- another_file.md
- file.md
- test_10.py
- test_11.py
- test_16.py
- test_18.py
- test_22.py
- test_24.py
- test_advanced.py
- test_advanced_fsg.py
- test_advanced_fsgqt.py
- test_advanced_fsgweb.py
- test_advanced_psg.py
- test_simple.py
- __init__.py
- test_boolean.py
- test_choice.py
- test_feat_switches.py
- test_simple.py
- __init__.py
- test_advanced.py
- test_simple.py
- __init__.py
- test_advanced.py
- test_simple.py
- __init__.py
- test_11.py
- test_simple.py
- __init__.py
- test_simple.py
- __init__.py
- test_11.py
- test_simple.py
- __init__.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- comparison.md
- LICENSE.md
- pyproject.toml
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/FHPythonUtils/Cli2Gui
Downloads the entire project code from GitHub to your computer.
cd Cli2Gui
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install cli2gui
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install cli2gui
Installs the package published on PyPI directly β no need to clone the source.
poetry export -f requirements.txt --output requirements.txt
Type this command into your terminal and run it.
poetry export -f requirements.txt --with dev --output requirements_optional.txt
Type this command into your terminal and run it.
poetry build
Type this command into your terminal and run it.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
