Skip to content

Dimitri-Matheus/Minidex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minidex

This is an open-source Pokedex written in Python that provides information about Pokemon. It has been recently updated with improved user interface and new features for a better user experience.

Features

  • Search for information about a specific Pokemon by name or ID
  • Display general information about a Pokemon and its type
  • Display the official pixel art image of a Pokemon

Preview

dark light

Requirements

To run the application, you need to have Python 3 installed and the following libraries:

🟢 Python

🟣 Pillow

🟡 Urllib3

🔴 Pypokedex

🔵 Custom Tkinter

⚪️ tkinter, pickle, webbrowser, urllib.request e io


How to Run

  1. Clone the repository or download the application.
  2. Install the required libraries with the following commands:

code

What's New?

Changelog

- New modern interface
- Desktop application
- Dark and light mode
- Interactive notice
- Cache system

Contributing

Contributions are welcome! If you want to contribute to this project, open a new issue to discuss your idea or submit a pull request with the proposed changes.

Credits

This project was developed by me and uses Pypokedex as a data source. The application design was inspired by the interface of Pokedex from Pokémon games.