Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrieke/streamlit-theme-generator
👩🎨️ Generate beautiful color themes for Streamlit, powered by colormind.io
https://github.com/jrieke/streamlit-theme-generator
streamlit streamlit-webapp theme theme-development ui
Last synced: 20 days ago
JSON representation
👩🎨️ Generate beautiful color themes for Streamlit, powered by colormind.io
- Host: GitHub
- URL: https://github.com/jrieke/streamlit-theme-generator
- Owner: jrieke
- License: mit
- Created: 2021-03-25T20:21:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T23:56:24.000Z (over 3 years ago)
- Last Synced: 2024-10-04T15:35:26.446Z (about 1 month ago)
- Topics: streamlit, streamlit-webapp, theme, theme-development, ui
- Language: Jupyter Notebook
- Homepage: https://share.streamlit.io/jrieke/streamlit-theme-generator/main
- Size: 15.3 MB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit Theme Generator 👩🎨️
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/jrieke/streamlit-theme-generator/main)
**Generate beautiful color themes for Streamlit, powered by [colormind.io](http://colormind.io/bootstrap/).**
[Theming in Streamlit](https://blog.streamlit.io/introducing-theming/) is awesome but
it can be hard to find colors that match. This Streamlit app generates beautiful color
palettes through [colormind.io](http://colormind.io/bootstrap/)
and applies them live to its own theme. Just generate new themes until you
find one you like and copy it to your own app!
---
🌈 Start coloring 🌈---
## Development
**These steps are only required to work on the app.**
Install with:
```bash
git clone https://github.com/jrieke/streamlit-theme-generator.git
cd streamlit-theme-generator
pipenv install # or: pip install -r requirements.txt
```And then start the Streamlit server with:
```bash
streamlit run streamlit_app.py
```## TODO
PRs are welcome! Please open an issue before you start working to coordinate.
TBA