Keep in mind I know nothing about python and I’m trying to use this script for a game
The instructions for this script are to go to the folder’s command terminal and put in the command __main__.py
but instead of running as intended it runs
Traceback (most recent call last):
File "C:Users_____DownloadsRoblox-auto-JJ-s-bot-mainRoblox-auto-JJ-s-bot-mainjjbot folderjjbot folder__main__.py", line 2, in <module>
import generate
File "C:Users_____DownloadsRoblox-auto-JJ-s-bot-mainRoblox-auto-JJ-s-bot-mainjjbot folderjjbot foldergenerate.py", line 3, in <module>
import keyboard
ModuleNotFoundError: No module named 'keyboard'
Part of the setup is to install pip num2words, pip keyboard, and pip quux. quux was giving me some trouble to install but I thought I had it. Can anyone give me some guidence?
Tried to run it, didn’t work
New contributor
user26351061 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.