Hey there,
Excited to introduce st-kickoff, a CLI I have developed to help me start new Streamlit apps as quickly as possible. 
How to install? pip install st-kickoff
How to use? Simply run st in a new directory⦠and it will:
- Create a basic Streamlit project structure in your directory:
.
βββ .gitignore # basic .gitignore to ignore Streamlit secrets!
βββ .streamlit
β βββ secrets.toml # empty Streamlit Secrets
βββ README.md # basic README
βββ requirements.txt # empty
βββ streamlit_app.py # basic Streamlit template app
- Open the project & script in VS Code
- Run the Streamlit app
- Open the app in your browser
Demo:
Hope you like it, hope it works for you, and please donβt hesitate to share feedback and contribute!
Best,
Arnaud
