Skip to content

Files

Latest commit

bc793b9 · Jul 2, 2024

History

History

Random Color Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 2, 2024
Oct 12, 2023
Oct 12, 2023

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