Metadata-Version: 2.4
Name: pokedex_python
Version: 0.0.2
Summary: A simple Python Pokédex implementation.
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.1/

install it and follow this: OPEN IN A CODE EDITOR PLEASE INSTEAD OF RUNNING IN A TERMINAL

```
from pokedex_python import pokédex

pokédex.main()
``` 




