Cli2Gui
Use this module to convert a cli program to a gui
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/FHPythonUtils/Cli2Gui
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Cli2Gui
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install cli2gui
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install cli2gui
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
poetry export -f requirements.txt --output requirements.txt
이 명령어를 터미널에 그대로 입력해 실행하세요.
poetry export -f requirements.txt --with dev --output requirements_optional.txt
이 명령어를 터미널에 그대로 입력해 실행하세요.
poetry build
이 명령어를 터미널에 그대로 입력해 실행하세요.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
