A real-time debugging tool for mouse events and color detection. Useful for applications like object detection in OpenCV using color, game row detection, and mouse position tracking.
Run the Debugger.py
script with Python.
- Mouse Position Tracking: Real-time X and Y coordinates.
- Mouse Speed: Calculates speed in pixels per second.
- Color Detection: Detects pixel color under the mouse cursor.
- Window Change Detection: Detects active window changes.
- Mouse Stop Detection: Identifies if the mouse has stopped.
- Color Intensity: Displays RGB color intensity of the pixel under the cursor.
- Mouse Sensitivity: Shows current mouse sensitivity.
- Console Debug Information: Provides color-coded console debug information.
- Emoji Support: Adds emojis for a more visual representation.
- Window Title Change Notification: 🔄 Notifies when the active window title changes.
win32api
win32con
time
numpy
colorama
win32gui
os
Intended for educational and legitimate debugging purposes. Misuse for cheating in games or other dishonest activities is discouraged.
This project is open source. Contributions and improvements are welcome.