A simple Pokedex built in Python using the PokeApi
- Open the main.py file
- Enter a Pokedex number, or a Pokemon's name
- Voila! You have your Pokedex.
- Python 3.4.4 ( Find it here )
- Python Pillow Library
- Python requests library
###Installing the Pillow and requests libraries -
- Install Python.
- Go to Command Line.
- Run the following commande
``` $ py -m pip install pillow ``` and ``` $ py -m pip install requests ```
The Pykedex has been made using the PokeAPI V1.
You can check their Github repository here.