A python script that creates a window and shows the mouse position with a trail to be used as an overlay for streaming
install python 3.x
pip install pygame
1.- Download the script or create a new file and copy paste the content of the script into the new file. Rename the file to mouse_trail.py
2.- In the same directory where you have the script right click anywhere but not on the file and then click on open a terminal. Alternitavely, press "shift" and then right click if the open a terminal option is not shown.
3.- Run the script by typing "python.exe mouse_trial.py"
4.- Make sure you have pygame installed, if not run "pip install pygame"