This tool allows you to find the x and y coordinates of a mouse click on an image displayed in a Tkinter window. It's useful for tasks that require pinpointing specific locations on an image.
- Installation:
- Make sure you have Python installed on your system.
- Install the required libraries using pip
pip install Pillow
- Running the Tool:
- Download the
app.py
files from this repository. - Replace
"your_image.png"
inapp.py
with the path to your image file. - Run the script using Python:
python app.py
- Using the Tool:
- A Tkinter window will open displaying the image.
- Click anywhere on the image to find the x and y coordinates of the mouse click.
- The coordinates will be printed in the console.
If you have any questions, suggestions, or issues with the script, feel free to contact me.