KillerBOSS2019 / WinTools

A multi Tools combined into one Plugin such as Change audio output, input, mouse etc... Suggestions are welcomed!
MIT License
22 stars 4 forks source link

Macro player / recorder #50

Open KillerBOSS2019 opened 1 year ago

KillerBOSS2019 commented 1 year ago

Ability to record every keyboard event and mouse event. Then play it back exactly as it recorded.

So far tested and confirmed to work on Windows 11 & 10. As for Ubuntu I've ran into some issue but it should work.

gitagogaming commented 1 year ago

Gave this a test today on Linux / Fedora and got this error

"You must be root to use this library on linux"

I attempted to run as sudo su and it made no difference.. also chmod +x on Macro.py and main.py and no change also

Consideration

we could switch to Pynput instead which seems to not need any sort of special perms

KillerBOSS2019 commented 1 year ago

I got the same error on linux

gitagogaming commented 1 year ago

I got the same error on linux

Is this the one you said xhost +local 127.0.0.0 resolved for you as well ?

KillerBOSS2019 commented 1 year ago

yup.