Update Script authored by imcb's avatar imcb
......@@ -3,11 +3,14 @@
The script is based off of dougdougw's script which is based off of many other scripts, its just a big fucking mess honestly.
It's written in Python and mainly edited by max, if you want to add somthing, you should probably ask him,
I'll probably add more documentation here later, but its pretty simple, theres a seperate readme in that repo for more information.
[repo here](https://gitlab.com/controlmypc/Twitch-Plays-Control-My-PC)
[repo here](https://gitlab.com/controlmypc/Twitch-Plays-Control-My-PC)
# requirements
It's pretty simple to understand, you only have to install a few packages, most of them are either file imports or part of the python standard library.
You will mainly only need to install:
pydirectinput - windows mouse movement
pyautogui - dual platform (main handler)
requests - api and discord webhook
pynput - misc computer control
You will mainly only need to install:
pydirectinput - windows mouse movement
pyautogui - dual platform (main handler)
requests - api and discord webhook
pynput - misc computer control
****When running the script, you may need to start it as a admin.****
\ No newline at end of file