To get information of any character of pokemon family.
To make script similar to pokedex (an electronic device) which shows info about pokemon.
- To get the info regarding pokemon character we make a gui grid using tkinter and them taking the id or name of charcter as input we match the id and get the photo and type of it using urllib and io library.
- pypokedex
- tkinter
- PIL
- urllib3
- io > BytesIO
Get all the libraries installed first then we take name or id as input then we match that and fetch the image and charcteristics using io and urllib libraries.
Just install all the libraries mentioned then run the script and then give name of our favourite pokemon character so it will show its charcteristics.
Neel Shah