Metadata-Version: 2.1
Name: pokemon-images
Version: 1.2.0
Summary: Randomly get images of Pokémon from the official Pokémon website
License: MIT
Author: Tomodachi94
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Bug Tracker, https://github.com/tomodachi94/pokemon-images.py/issues
Project-URL: Discord, https://discord.gg/Xs3VKNJrMb
Project-URL: Homepage, https://github.com/tomodachi94/pokemon-images.py
Project-URL: Source, https://github.com/tomodachi94/pokemon-images.py
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2024 Tomodachi94 and contributors

SPDX-License-Identifier: MIT
-->

# `pokemon_images.py`

A small library with no dependencies to get a random image of a Pokémon.

Usage is simple: `import pokemon_images`, then `pokemon_images.get_random_url`.

## Some notes

There are no accented `é`s in this library to aid typing on keyboards that do not have this key. In all cases, `é` should be replaced by `e` except in documentation.

This library is fully typed and fully documented with Python docstrings.

Contributions are welcome, but this library is considered feature-complete.

The project has a space [in the Tomodachi Labs Discord server](https://discord.gg/Xs3VKNJrMb).

