This application keeps track of the mouse clicks you make on your computer. The information is displayed in an icon in the system tray, allowing you to easily and quickly view the click count. This is useful to check your mouse quality
- Counts left, right, and middle clicks.
- Counts scroll events.
- Displays the click count in the tooltip of the icon in the system tray.
- Option to exit the application from the icon menu.
To run the application, you will need to have Python 3 installed along with the following libraries:
pynputpystrayPillow
You can install these libraries using pip:
pip install pynput pystray Pillow To run the application, simply execute the following command in the terminal:
python click_counter.pyYou can execute the click_counter.exe or if you want it start with windows you can add it to windows startup folder