Simple library to get information about pokemon
Project description
PokePoke
The PokeAPI is a RESTful API that serves as a comprehensive database for Pokémon-related data. It offers a wide range of information about Pokémon species, their abilities, moves, types, evolutions, and more. By providing endpoints for various queries, such as retrieving details about specific Pokémon or abilities, the PokeAPI allows developers to access and utilize Pokémon-related data in their applications. It serves as a valuable resource for enthusiasts, developers, and researchers interested in integrating Pokémon-related information into their projects.
API
Python Basic API wrapper
https://pokeapi.co/
Installation
Use the package manager pip to install foobar.
pip install pokepoke
Usage
from pokemon import pokeball
def main():
poke_api = pokeball()
# Meminta pengguna untuk memasukkan nama Pokémon
pokemon_name = input("Masukkan nama Pokémon: ")
pokemon_info = poke_api.get_pokemon_info(pokemon_name)
if pokemon_info:
print(f"Info untuk {pokemon_name.capitalize()}:")
print(f"Berat: {pokemon_info['weight']}")
print(f"Kemampuan: {', '.join([ability['ability']['name'] for ability in pokemon_info['abilities']])}")
else:
print("Pokémon tidak ditemukan.")
if __name__ == "__main__":
main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PokePoke-0.0.1.tar.gz.
File metadata
- Download URL: PokePoke-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0662780566678467a4c5e2e9c75410d39bc90e8b2abf36b724894cc0dd990a36
|
|
| MD5 |
625d96bdf9413d6507e3498ff622364a
|
|
| BLAKE2b-256 |
0ffc659fe7b4eeeb622456c35933444aa890b3145f55bd28625220dcb100ed55
|
File details
Details for the file PokePoke-0.0.1-py3-none-any.whl.
File metadata
- Download URL: PokePoke-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784688aa4adefe03c8474c8234839fafb69fc1d7d4c2093e7f2f910e63521e2b
|
|
| MD5 |
46275f6dcd89563e933d614f37e78d1c
|
|
| BLAKE2b-256 |
f0870f7f52cb0230f2789dab06e8e71d0b26e4b548a93b8fa21d0399e25d7f18
|