CLI-Project-Template/README.md

13 lines
244 B
Markdown
Raw Permalink Normal View History

2023-09-16 19:24:15 +00:00
# CLI-Project-Template
2023-09-16 19:25:41 +00:00
A template to quickly standup a CLI application with PyInquirer or frankly any other CLI UI.
2023-09-16 19:24:15 +00:00
2023-09-16 19:25:41 +00:00
# Dependencies
``` sudo apt install python3 ```
# Setup
# Images
![1 Default starting interface. ](images/pic1.png)
# Notes