Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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