Sometimes, you just wanna see how a bunch of colors look together. Coolors can generate palettes, but is limited to how many colors.
flask
- Clone the repository.
- Copy/paste your Coolors links into
links.txt
(don't worry about duplicates) - Run
app.py
and go to http://localhost:5000/
(Top of app.py
)
LINK_FILE
(string): path to file holding links, relative toapp.py
SHUFFLE
(boolean): whether or not to shuffle the colors aroundNUM_BLOCKS
(integer): number of blocks of each color
- Make blocks draggable
- Separate config file
- Add block size, blocks per row to config
onsite, maintained