Pieter1821 / Pokemon-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokémon App

A Python app that fetches data about Pokémon from the Pokémon API.

Installation

To install the project, clone the repository and install the required dependencies using pip:

git clone https://github.com/yourusername/pokemon-app.git
cd pokemon-app
pip install -r requirements.txt

The app will prompt you to enter the name of a Pokémon, and it will display data about that Pokémon.

Usage

  1. After installation, run the app:

    python main.py
  2. Follow the prompts to enter the name of a Pokémon.

  3. The app will fetch and display data about the specified Pokémon.

Contribution

If you would like to contribute to the project, please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License. See LICENSE for more information.

About


Languages

Language:Python 100.0%