mikequentel / rgb_hsv

RGB and HSV Colour Selector Demo in Python

Home Page:http://mikequentelsoftware.blogspot.ca/2012/12/rgb-hsv-colour-picker-demo-in-python.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rgb_hsv

RGB and HSV Colour Selector Demo in Python

  • rgbhsv.py is the Tkinter-based demo.
  • lambda_rgbhsv.py is the AWS Lambda-based demo.
  • docker_buildrun.sh builds and runs a Docker-based version of rgbhsv.py -- running the GUI in Docker is based on the example Running GUI apps with Docker by Fabio Rehm.
  • docker-compose.yml provides an easier way to launch the container--just do docker-compose up

RGB and HSV Colour Selector Demo in Python

About

RGB and HSV Colour Selector Demo in Python

http://mikequentelsoftware.blogspot.ca/2012/12/rgb-hsv-colour-picker-demo-in-python.html

License:MIT License


Languages

Language:Python 90.7%Language:Dockerfile 8.0%Language:Shell 1.3%