DO-Ui / FunkyFridayBot

A bot for the roblox game Funky Friday
1 stars 1 forks source link

Code won't work. #1

Open gduirgh-oerg opened 2 days ago

gduirgh-oerg commented 2 days ago

I typed in the exact code you said to type. All it said was, "SyntaxError: invalid syntax

pip install mss Pillow pyautogui File "", line 1 pip install mss Pillow pyautogui ^^^^^^^ SyntaxError: invalid syntax" Please help

DO-Ui commented 2 days ago

The Github has the required packages for this code to function, these need to be installed before the code can be run.

You need to install the required packages for the bot which are mss, pillow and pyautogui

The code most likely requires some tinkering as I have not been actively developing it for some time now.