This Python project features two standalone scripts that let you explore characters from One Piece and Pokémon using public APIs. Built for anime fans and developers alike, it’s a fast and fun way to fetch data from your favorite universes.
- Search One Piece characters, crews, and bounty info
- Uses api-onepiece.com for data
- Displays stats and crew affiliations
- Search Pokémon by name or ID
- Fetch stats, types, and sprite URLs
- Uses PokéAPI
Install required packages:
pip install requests