Skip to content

jrex003/pokeinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PokeInfo

A Python script that fetches and categorizes Pokemon data by generation and primary type using the PokeAPI.

Description

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

Prerequisites

  • Python 3.x installed

Installation

  1. Clone this repository
git clone https://github.com/jrex003/pokeinfo.git
  1. Navigate to the directory after cloning
  2. Create a virtual environment
python -m venv venv
  1. Activate the virtual environment (Windows)
venv\Scripts\activate
  1. Install the dependencies with:
pip install -r requirements.txt

Usage

Run the script in the terminal

python pokeinfo.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages