# 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 cb8ebcd64b initial push 2023-09-16 14:25:41 -05:00
src initial push 2023-09-16 14:25:41 -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