pokedex.py

A Python wrapper library for the Pokédex API.

MIT License

Downloads
1.2K
Stars
23
Committers
3

Pokedex API Wrapper Library

A wrapper library for the Pokedex API_.

Installation

This is a Python_ module available through the PyPI_.

Before installing, download and install Python_. We recommend installing version 3.5+ of Python.

Installation is done using the pip install command:

.. code:: bash

pip install pokedex.py

For more info, see pip install_ docs.

Get Started

Read the Wiki_ to see the available classes and methods (with examples) and know how to use them.

Pokedex API

  • Official Website and Documentation_
  • GitHub Organization_ for other libraries
  • Discord_ for discussion

Contributors

The developer of the Pokedex API_ and this wrapper library is @iamtraction_

List of all contributors_

Donate

| If want to support the development of this project to keep this alive forever, you can send donations to the developers. | Your donations will ensure the development of this project and I’ll make sure this project stays active forever. You can donate via PayPal_.

License

MIT_

If you liked this project you can **⭐ Star** it on `GitHub`_.

.. _Pokedex API: https://pokedevs.bastionbot.org .. _Python: https://python.org .. _PyPI: https://pypi.python.org/ .. _download and install Python: https://www.python.org/downloads/ .. _pip install: https://docs.python.org/3/installing/index.html .. _Wiki: https://github.com/PokeDevs/pokedex.py/wiki .. _Official Website and Documentation: https://pokedevs.bastionbot.org .. _GitHub Organization: https://github.com/PokeDevs .. _Discord: https://discord.gg/7P4H3TY .. _@iamtraction: https://github.com/iamtraction .. _List of all contributors: https://github.com/PokeDevs/pokedex.py/graphs/contributors .. _PayPal: https://paypal.me/snkrsnkampa .. _MIT: https://github.com/PokeDevs/pokedex.py/blob/master/LICENSE.txt .. _GitHub: https://github.com/PokeDevs/pokedex.py