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