A Simple Python RGB model including built in HEX to RGB and reverse conversion. Includes data validation. Checks the data, before initialising, for the right types ...
Install with python -m pip install turtlecolors on Windows or python3 -m pip install turtlecolors on macOS/Linux. Run with python -m turtlecolors on Windows or python3 -m turtlecolors on macOS/Linux.