This Python script interacts with the Tyradex API to retrieve detailed information about Pokémon, Generation and Pokémon types. It is designed to provide easy access to details such as Pokédex ID, generation, category, statistics, etc., for individual Pokémon or types. The script is organized into classes representing different aspects of Pokémon data and includes functions to obtain lists of all Pokémon and types.
- Unix/ macOS :
python3 -m pip install --upgrade Tyradex - Windows :
py -m pip install --upgrade Tyradex
The Tyradex library for Python offers a simple and intuitive interface for use in your various projects.
→ How to use the library?
This library also has a command-line interface that returns raw JSON data from the API, retaining the cache advantage of the Python adaptation. → How to use the CLI?
This library uses dependencies
- requests created by Kenneth Reitz
- pratik created by LassaInora
- The script interacts with the Tyradex API hosted at https://tyradex.app/api/v1/.
- See the API documentation for details on available endpoints and data structure.
This project is licensed under the MIT License.
