A simple Pokedex application in Python that allows you to fetch and display information about various Pokémon using the PokeAPI.
- Retrieve data about a Pokémon by entering its name.
- Display the Pokémon's name, ID, abilities, and types.
Before running the Pokedex application, make sure you have Python installed on your system. You will also need the requests
library, which you can install using pip
.
pip install requests
git clone https://github.com/yourusername/pokedex-python.git
cd pokedex-python
python pokedex.py