Skip to content

Files

Latest commit

 

History

History

Pokedex GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Pokedex GUI

Aim:

To make script similar to pokedex (an electronic device) which shows info about pokemon.

Introduction

  • 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.

Third-Party Libraries Required :

  • pypokedex
  • tkinter
  • PIL
  • urllib3
  • io > BytesIO

How to install the above Library

  • pip install pypokedex
  • pip install pillow(PIL) Other are inbuilt libraries , so no need to install.

How to use it :

  • 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.

Output:

  • output_1(pokedex)
  • output_2(pokedex)
  • output_3(pokedex)
  • output_4(pokedex)