Skip to content

Files

Latest commit

 

History

History

Random Color Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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