Skip to content

jrieke/streamlit-theme-generator

Repository files navigation

Streamlit Theme Generator 👩‍🎨️

Open in Streamlit

Generate beautiful color themes for Streamlit, powered by colormind.io.

Theming in Streamlit is awesome but it can be hard to find colors that match. This Streamlit app generates beautiful color palettes through colormind.io 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:

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:

streamlit run streamlit_app.py

TODO

PRs are welcome! Please open an issue before you start working to coordinate.

TBA