In a project of mine I am trying to change the speed of the mouse as a requirement is hit. For this to work I either have to change the dpi of the mouse through python, or make python click the little dpi button on the mouse.
I believe the latter is easier but I am open to suggestions. My main problem is if the button has a nice and if the “dpi button” is accessible by importing the Python mouse
library. The first solution could also work although I may need help since I do not know much OS.