SmoothTracker is a Python application that visualizes mouse movements and clicks. The application captures the mouse positions, stores them, and generates an image representing the path of the mouse pointer. The color of the lines in the image is determined by the angle between consecutive points, and the user can adjust the line width.
- Record mouse movements and clicks.
- Generate an image representing the path of the mouse pointer with colors based on the angle between consecutive points.
- Customize the line width for the generated image.
- Option to include or exclude mouse clicks in the generated image.
- Export the generated image as a PNG file with a filename based on the elapsed time.
- Run the SmoothTracker Python script to launch the GUI or use the
.exe
file available in the releases for Windows machines:
python main.py
- Use the buttons in the GUI to control the mouse tracking:
- Start Capture: Starts capturing mouse movements and clicks.
- Stop Capture: Stops capturing mouse movements and clicks.
- Reset Capture: Resets the capture, discarding all recorded data.
- Save Image: Generates an image based on the captured data and saves it as a PNG file.
-
Customize the line width by entering a value in the "Line Width" input field.
-
Choose whether or not to include mouse clicks in the generated image by checking or unchecking the "Draw Mouse Clicks" checkbox.
-
The generated image will be saved in the same directory as the script, with a filename based on the elapsed time.
Contributions are welcome! If you'd like to contribute, please feel free to. The code as it exists right now is extremely messy due to my inexperience with threading and making GUI apps.
looks safe to me, though i may have missed something of course -Redeye on discord
SmoothTracker is released under the GNU General Public License v3.0.