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
- pip install pypokedex
- pip install pillow(PIL) Other are inbuilt libraries , so no need to install.
- 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.