- Make sure you have python 3.8.10 installed
- Make sure you have pygame installed (How to install Pygame)
- Extract Random Color Generator.zip
- Run the program with
./Random Color Generator> python RandColorGen.py
- Click on the window to change colors
- The color values are logged in the console and shown on screen
- After installing python
- Use pip to install Pygame
./wherever> pip install pygame
- random library
- math library
- pygame library