Skip to content

dingyen774/pokemon

 
 

Repository files navigation

Pokemon Python SDK

License: MIT PRs Welcome Python Version

It is a Type-Safe Python SDK which can enhance your Pokemon development.

Usage

pip install pokemon

# or

python setup.py install
from pokemon.sprite import Pokemon

pokemon = Pokemon().get('ivysaur')
print(pokemon.name)
print(pokemon.baseStats)

Development

git clone
cd pokemon/
python -m pytest tests/

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.4%
  • Makefile 1.6%