https://github.com/crowsonkb/color_schemer
A web application to translate color schemes between dark- and light-background.
https://github.com/crowsonkb/color_schemer
color color-science flask python webapp
Last synced: 2 months ago
JSON representation
A web application to translate color schemes between dark- and light-background.
- Host: GitHub
- URL: https://github.com/crowsonkb/color_schemer
- Owner: crowsonkb
- License: mit
- Created: 2017-03-11T05:48:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T06:57:34.000Z (over 8 years ago)
- Last Synced: 2025-03-23T16:42:40.635Z (over 1 year ago)
- Topics: color, color-science, flask, python, webapp
- Language: Python
- Homepage: https://kath.io/color_schemer/
- Size: 72.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# color_schemer
A web application to translate color schemes between dark- and light-background using the [CIECAM02](https://en.wikipedia.org/wiki/CIECAM02) color appearance model.
Python 3, [Flask](http://flask.pocoo.org), [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/), and special thanks to the authors of the [colour-science](http://colour-science.org) Python module.
## Running the application
When `app.sh` is invoked for the first time, it will create a Python virtual environment in `venv` and install dependencies into it. (If `venv` is later removed, it will be recreated.) The included sample uWSGI web server configuration (`uwsgi_example.ini`) will serve HTTP on port 8000 by default; for deployment, use of the `socket` or `http-socket` directives and a reverse proxy are preferred. (See the [Flask deployment guide for uWSGI](http://flask.pocoo.org/docs/0.12/deploying/uwsgi/).)