Skip to content

mikequentel/rgb_hsv

Repository files navigation

rgb_hsv

  • 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