Palette Swapper provides 508 compliance for websites and a better user expierience by changing the website's color palatte based on different types of colorblindness.
A description of the project and overview of use.
- git clone https://github.com/gator-chomp/palette-swapper.git
- pip install -r requirements.txt
- create a config.py file in the same directory as main.py
- add "import os" and "os.environ["SECRET_KEY"] = "YOUR_OWN_KEY"" with YOUR_OWN_KEY being what you set yourself.
- flask --app main.py run (if issues with access to local host, try different port number) ex) flask --app main.py run -h localhost -p 3000
Jesse Allen
Sufia Rashid
Robert Smith
Gong Bing Wong