Simple library to get information about country
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://restcountries.com/v3.1
Installation
Use the package manager pip to install foobar.
pip install countries_info
Usage
from countries import restcountries
def get_user_input():
country_code = input("Masukkan kode negara (contoh: usa): ")
return country_code
def main():
rest_countries_api = restcountries()
# Mendapatkan input dari pengguna
country_code = get_user_input()
# Memanggil fungsi untuk mendapatkan informasi negara berdasarkan kode negara
country_info = rest_countries_api.get_country_info(country_code)
if "error" in country_info:
print(country_info["error"])
else:
print(f"Informasi Negara untuk {country_code.upper()}:")
print(country_info)
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
File details
Details for the file countries_info-0.0.1.tar.gz
.
File metadata
- Download URL: countries_info-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.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f7619bc2ed56dfae99c284588f511545ba9f4744a84fd891460e61fcbffec1e |
|
MD5 | a5c324428cef36de3a3cb080b0282160 |
|
BLAKE2b-256 | 9d4a9cc7ceec87ef9089565a72aaf1fa8739c9d87af913de8e42a23413c292e4 |
File details
Details for the file countries_info-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: countries_info-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 544d8d90e69f71da7bc1ea73218aa9ce69a665d5032f0a051fbfc0944bd55fc1 |
|
MD5 | 6ec1c10f3cdc3d56abb140c7f7bc193f |
|
BLAKE2b-256 | 21e093ffafd903974481b3c68f9487536617d0d4f0f32e0444f842bd95446e01 |