# CLI-Project-Template A template to quickly standup a CLI application with PyInquirer or frankly any other CLI UI. # Dependencies `` sudo apt install python3 `` # Setup # Images ![1 Default starting interface. ](images/pic1.png) # Notes
Go to file Use this template
itdominator 3fb7dab76c Added user config item paths 2023-09-17 20:22:47 -05:00
src Adding to settings control 2023-09-17 20:13:30 -05:00
user_config Added user config item paths 2023-09-17 20:22:47 -05:00
.gitignore Initial commit 2023-09-16 19:24:15 +00:00
LICENSE initial push 2023-09-16 14:25:41 -05:00
README.md initial push 2023-09-16 14:25:41 -05:00
requirements.txt initial push 2023-09-16 14:25:41 -05:00

README.md

CLI-Project-Template

A template to quickly standup a CLI application with PyInquirer or frankly any other CLI UI.

Dependencies

sudo apt install python3

Setup

Images

1 Default starting interface.

Notes