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.
- Host: GitHub
- URL: https://github.com/webintellectual/streamlit-snippets
- Owner: webintellectual
- Created: 2022-10-15T04:07:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T13:21:31.000Z (over 2 years ago)
- Last Synced: 2025-02-16T14:57:36.384Z (3 months ago)
- Topics: python3, streamlit, streamlit-web
- Language: Python
- Homepage:
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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