Skip to content

Streamlit is an awesome open source python framework. It is a boon for python programmers who don't know web dev but still wants to develop web applications out of their python scripts. This repository covers the basics of streamlit. Intutive names are given to the folders and the files.

Notifications You must be signed in to change notification settings

webintellectual/Streamlit-Snippets

Repository files navigation

Streamlit is an awesome open source python framework. It is a boon for python programmers who don't know web dev but still wants to develop web applications out of their python scripts.

This repository covers the basics of streamlit. Intutive names are given to the folders and the files.

To install streamlit:

$ pip3 install streamlit

To run a server on local machine:

$ streamlit run <python_file_path>

To stop the server: Press ctrl+C in terminal

About

Streamlit is an awesome open source python framework. It is a boon for python programmers who don't know web dev but still wants to develop web applications out of their python scripts. This repository covers the basics of streamlit. Intutive names are given to the folders and the files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages