A simple Pokédex application built with Python and KivyMD. This app allows users to search for Pokémon by name or ID and view their details, including types, stats, abilities, and sprites.
- Search for any Pokémon by name or ID
- Displays Pokémon stats, abilities, and types
- Shows Pokémon sprite images
- Toggle between light and dark mode
- User-friendly interface with KivyMD
- Clone the repository:
git clone https://github.com/your-username/pokedex-app.git cd pokedex-app - Install dependencies:
pip install kivy kivymd requests
- Run the application:
python main.py
- Enter the Pokémon name or ID in the search bar.
- Click the Search button to fetch and display details.
- View Pokémon information, including name, ID, types, stats, and abilities.
- Use the Back button to return to the search screen.
This application fetches Pokémon data using the PokéAPI.
Feel free to fork this repository, make improvements, and submit pull requests.
This project is licensed under the MIT License.
Made with ❤️ using Python and KivyMD.