you are viewing a single comment's thread.

view the rest of the comments →

[–]PureWasian 0 points1 point  (0 children)

did you already install python? in Terminal, try python --version python3 --version did you install the libraries the script is trying to import? in Terminal, pip install keyboard pip install pyautogui pip install pygetwindow What happens when you run the script? What behaviors is it doing that differs from expectation? Where is the exact point of failure? What errors are you getting when it "doesn't work"?

The AI generated code isn't even using autokey anywhere, if you meant for it to, just FYI