🟥🟧🟨🟩🟦🟪🟫⬛⬜
What is Hacktoberfest 2023? HacktoberFest 2023 is the 10th edition of Hacktoberfest hosted by DigitalOcean. It is an open source festival celebrated during October every year, encouraging people worldwide to actively participate and contribute to participating open source projects hosted across GitHub and GitLab.
As a frequenter of the internet, you must often come across interesting colors that you would want to use later, in your own project.
This program captures the input of your mouse, and follows your cursor, and when clicked at a certain point the program returns the RGB and hex value of the color on that particular pixel.
Python 3
-
Clone the repo.
git clone https://github.com/IEEE-VIT/spectra.git
&& cd spectra -
Create a virtual environment
-
Activate your virtual environment
-
pip install -r requirements.txt
-
python main.py
To get started:
- Clone the repo.
git clone https://github.com/IEEE-VIT/spectra.git
- Checkout to a new branch.
git checkout -b my-amazing-feature
- Make some amazing changes.
git add .
git commit -m "<verb> : <action>."
git push origin my-amazing-feature
- Open a pull request :)
To start contributing, check out CONTRIBUTING.md. New contributors are always welcome to support this project. Kindly consider leaving a ⭐ if you like the project :) Later versions of the project would involve building a GUI around the appliocation using TKinter, or any other library of your convenience.
This project is licensed under MIT.