An open API service indexing awesome lists of open source software.

https://github.com/webintellectual/streamlit-snippets

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.
https://github.com/webintellectual/streamlit-snippets

python3 streamlit streamlit-web

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

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
```

To stop the server:
Press ctrl+C in terminal