Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackary/streamlit-desktop
https://github.com/blackary/streamlit-desktop
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackary/streamlit-desktop
- Owner: blackary
- Created: 2022-12-12T21:51:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T17:51:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:32:57.148Z (about 1 month ago)
- Language: JavaScript
- Size: 471 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit-Desktop
Streamlit-Desktop is a standalone desktop Electron app for managing your python environments and creating Streamlit applications. It helps to solve the problem of environments for beginners.
The application was created during December Snowvation 2022
## Want to try the app?
Download the app [here](https://github.com/sfc-gh-zblackwood/streamlit-desktop/releases)!
Then, just open the installer to add it to your Applications
## Usage
![Recording 2022-12-15 at 13 42 30](https://user-images.githubusercontent.com/102999810/207941756-e071eaba-4479-4f9a-bacf-39162672a015.gif)
## Contributing
PRs are welcome from Snowflake employees
If you would like to contribute to the app, clone the repo and run the following
commands:```sh
./download_python.sh
npm install
npm run start
```