A Python script that fetches and categorizes Pokemon data by generation and primary type using the PokeAPI.
This is a command-line tool that allows users to:
- Fetch Pokemon data for any generation (1-9)
- Categorize Pokemon by their primary type
- Display an organized list of Pokemon grouped by type
- View a summary for the selected generation
- Python 3.x installed
- Clone this repository
git clone https://github.com/jrex003/pokeinfo.git
- Navigate to the directory after cloning
- Create a virtual environment
python -m venv venv
- Activate the virtual environment (Windows)
venv\Scripts\activate
- Install the dependencies with:
pip install -r requirements.txt
Run the script in the terminal
python pokeinfo.py