Metadata-Version: 2.4
Name: pokedex_python
Version: 0.0.3
Summary: Simple Pokédex application in Python
Home-page: https://github.com/Ishan-Karpe/Pokedex
Author: Ishan Karpe
Author-email: ishan.k.abhijeet@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: summary

# Pokédex

## Features:
- Add Pokémon
- Search Pokémon
- Remove Pokémon
- View All Pokémon
- Proper Error Handling

### Setup:
- I have created a pypi package: https://pypi.org/project/pokedex-python/0.0.3/

install it and follow this: RUN in CODE TERMINAL and PLEASE USE A .venv (virtual enviorment) it works idk why people are saying it arent and i strongly oppose how hack club staff has rejected this project 4 times.

```python
from pokedex_python import pokédex

pokédex.main()
``` 




