Skip to content

Latest commit

 

History

History

Pokedex.py

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Pokedex Python Application

A simple Pokedex application in Python that allows you to fetch and display information about various Pokémon using the PokeAPI.

Features

  • Retrieve data about a Pokémon by entering its name.
  • Display the Pokémon's name, ID, abilities, and types.

Prerequisites

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