terminal_layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
File Explorer
Download Latest Version (.zip)- __init__.py
- color.py
- ex_color.py
- ex_style.py
- gravity.py
- style.py
- visibility.py
- weight.py
- width.py
- __init__.py
- choice.py
- demo6(get_width).py
- demo_v2_1.py
- input_ex.py
- key_listener.py
- progress.py
- record_demo.py
- scroll.py
- choice.gif
- color.jpeg
- demo.gif
- demo_v2_1.gif
- ex_color.jpeg
- ex_style.jpeg
- gravity.jpeg
- hello.png
- input.gif
- progress.gif
- py2.png
- scroll.gif
- style.jpeg
- table.png
- visibility.jpeg
- weight.jpeg
- width.jpeg
- index.rst
- changelog.rst
- conf.py
- draw.rst
- FAQ.rst
- getStarted.rst
- index.rst
- installation.rst
- keyListener.rst
- make.bat
- Makefile
- Properties.rst
- requirements.txt
- View.rst
- .DS_Store
- cal_scroll.png
- choice.gif
- color.jpeg
- demo.gif
- demo_v2_1.gif
- ex_color.jpeg
- ex_style.jpeg
- gravity.jpeg
- hello.png
- input.gif
- loading.jpg
- progress.gif
- progress.jpg
- py2.png
- scroll.gif
- style.jpeg
- visibility.jpeg
- weight.jpeg
- width.jpeg
- __init__.py
- back.py
- font.py
- fore.py
- style.py
- __init__.py
- choice.py
- README.md
- __init__.py
- _old.py
- input_ex.py
- README.md
- __init__.py
- loading.py
- progress.py
- README.md
- __init__.py
- README.md
- README.zh.md
- scroll.py
- __init__.py
- __init__.py
- class_helper.py
- helper.py
- __init__.py
- event.py
- key.py
- linux.py
- listener.py
- windows.py
- __init__.py
- base.py
- layout.py
- params.py
- text_view.py
- util.py
- __init__.py
- ctl.py
- log.py
- types.py
- __init__.py
- test_1.py
- .gitignore
- LICENSE
- pyproject.toml
- README.md
- README.rst
- README.ZH.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/gojuukaze/terminal_layout
Downloads the entire project code from GitHub to your computer.
cd terminal_layout
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
