prawigya / shiny-bot-pokemon

Python script that automates Shiny Hunting of Pokemon in DS/ GBA emulators
26 stars 4 forks source link

A tutorial on how to use these scripts? #4

Open MarbleQ22 opened 3 years ago

MarbleQ22 commented 3 years ago

Currently trying to get these scripts to work with no avail. I don't know how to run them and I'm not sure which ones to use for, say, Drifloon. Any actual help would be greatly appreciated!

prawigya commented 3 years ago

I've added the method to implement the bot in the ReadMe now, can you check it and try running it?

MarbleQ22 commented 3 years ago

I've added the method to implement the bot in the ReadMe now, can you check it and try running it?

Sure can! Thank you so, so much for updating!!

MarbleQ22 commented 3 years ago

I've added the method to implement the bot in the ReadMe now, can you check it and try running it?

Okay so Ive tried, sorry it took me a while, but I keep getting these specific errors when trying to run:

"C:\Users\Marble\Desktop\Personal Files\AutoHunter\shiny-bot-pokemon-master\Combee>python screenshooter.py Traceback (most recent call last): File "C:\Users\Marble\Desktop\Personal Files\AutoHunter\shiny-bot-pokemon-master\Combee\screenshooter.py", line 1, in import numpy as np ModuleNotFoundError: No module named 'numpy'

C:\Users\Marble\Desktop\Personal Files\AutoHunter\shiny-bot-pokemon-master\Combee>python functions.py Traceback (most recent call last): File "C:\Users\Marble\Desktop\Personal Files\AutoHunter\shiny-bot-pokemon-master\Combee\functions.py", line 2, in from pynput.keyboard import Key, Controller ModuleNotFoundError: No module named 'pynput'

C:\Users\Marble\Desktop\Personal Files\AutoHunter\shiny-bot-pokemon-master\Combee>python keyboard.py Traceback (most recent call last): File "C:\Users\Marble\Desktop\Personal Files\AutoHunter\shiny-bot-pokemon-master\Combee\keyboard.py", line 2, in from pynput.keyboard import Key, Controller ModuleNotFoundError: No module named 'pynput'"

Any idea what those could mean?

prawigya commented 3 years ago

Yupp, this means that you don't have the libraries installed in your python env. You can use pip to install them.

norm1237 commented 3 years ago

Hi i am also having the same issue but i cant seem to figure out which libraries i need to install. Thanks you!

norm1237 commented 3 years ago

Hi i am also having the same issue but i cant seem to figure out which libraries i need to install.

Thanks you!

NeverMind sorry ! I have figured it out and now it's working perfectly !

MarbleQ22 commented 3 years ago

Hi i am also having the same issue but i cant seem to figure out which libraries i need to install. Thanks you!

NeverMind sorry ! I have figured it out and now it's working perfectly !

Did you ever figure out which libraries? And how to properly install them? been trying for awhile now

norm1237 commented 3 years ago

Hello ! Yes I have, I’m very new at python but figured out that reading the codes like the screenshooter.py on top of it, it says input numpy, I looked up what numpy was and I had to install it using pip on cmd not sure how it would work on Mac though, all I did was pip install numpy and it would automatically install. I did this with the other files it was imputing from looking at the same file. But once you get all the files you shouldn’t get a problem with it.! If you need anymore help let me know ! I know the whole GitHub page was very confusing! It took me like 5 hrs just to figure it out haha.

On Wed, Jul 7, 2021 at 11:26 PM MarbleQ22 @.***> wrote:

Hi i am also having the same issue but i cant seem to figure out which libraries i need to install. Thanks you!

NeverMind sorry ! I have figured it out and now it's working perfectly !

Did you ever figure out which libraries? And how to properly install them? been trying for awhile now

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/prawigya/shiny-bot-pokemon/issues/4#issuecomment-876166091, or unsubscribe https://github.com/notifications/unsubscribe-auth/APPR7ILNHVXH5BOJ4TZXV2TTWVAJRANCNFSM4467KZ4Q .