This is a simple Python program that displays the current position of the cursor and the color of the pixel under the cursor.
The program requires the following:
- Python 3.x
- Tkinter
- PyAutoGUI
To install the necessary dependencies, use the following command:
pip install -r requirements.txt
To start the program, run the following command:
python cursorinfo.py
Once the program is running, click the "Start" button to begin tracking the position and color of the cursor. The current position and color will be displayed in the GUI window.
This program was created by Filip Rokita. For more information, visit www.filiprokita.com.