Meta-PokéBase Q&A
0 votes
32 views

I am trying to build a python script that interacts with the website to pull a sprite and metadata and display it in an interactive pokedex window using tkinter. The reason I'm doing this is because I am making an open-source raspberry pi pokedex handheld. What is the best way to go about this?

ago by
my experience with coding is very limited, but this seems more like a general coding question, rather one that's specific to this site.
I don't think this site has an API. You probably should use Python's requests library or its equivalent in whatever language you use.

Please log in or register to answer this question.