Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 685 Bytes

File metadata and controls

28 lines (23 loc) · 685 Bytes

How to Run

  • 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

How to use

  • Click on the window to change colors
  • The color values are logged in the console and shown on screen

How to Install Pygame

  • After installing python
  • Use pip to install Pygame
./wherever> pip install pygame

Dependencies:

  • random library
  • math library
  • pygame library