ddmin / Pokemon

Pokemon database written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon

A Pokemon class in addition to a Pokemon database created with the help from PokeAPI.

Note: PokeAPI only supports Pokemon up to Pokemon Sun and Moon at the moment.

Example of Pokedex:

pikachu = Pokemon("Pikachu", 5, ability="Static", moves=['thunderbolt', 'surf', 'quick-attack', 'thunder'])
print(pikachu.pokedex())

Pokedex example

About

Pokemon database written in Python


Languages

Language:Python 100.0%