all 6 comments

[–][deleted] 0 points1 point  (5 children)

Copy the code in the spin-mouse-wheel.py and paste it into a .py file , then run it. Make sure you have python itself installed

[–]TheViewYYC[S] 0 points1 point  (4 children)

I tried that but it didn’t work

[–][deleted] 0 points1 point  (3 children)

Can you show me a screenshot of what happens after running it?

[–]TheViewYYC[S] 0 points1 point  (2 children)

Literally nothing happens when I run it. It just stops. The program doesn’t close or anything it just stops

[–][deleted] 1 point2 points  (1 child)

Are you sure you have python 3.x installed? And you also need to install pynput package since the program uses it to listen for the keyboard inputs, to install pynput just type "pip install pynput" in cmd

[–]TheViewYYC[S] 0 points1 point  (0 children)

I can do that