Change mouse pointer speed in Windows using python

Viewed 3829

I'm using a Windows10 system.

I have a Tkinter canvas which has an image drawn on it. Is there any way to slow down mouse pointer speed when it is hovering over the canvas? I've checked out this link and this link but the answer seems unstable..

To be more specific, is it possible to slow down mouse pointer speed in plain Python/Tkinter?

2 Answers
Related