Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blackary/streamlit-desktop


https://github.com/blackary/streamlit-desktop

Last synced: 19 days ago
JSON representation

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