/pokedex-gui

Graphical User Interface to get pokémon information using PokéAPI.

Primary LanguagePythonMIT LicenseMIT

Pokédex GUI

Pokédex GUI project screenshot. Pokédex GUI project screenshot.

Graphical User Interface to get pokémon information using PokéAPI.

Functions

  • Create a sqlite database containing pokémon information (extracting from API).
  • Create a CSV file containing pokémon information (extracting from API).
  • Create a CSV file containing pokémon information (extracting from database).
  • Graphical User Interface from the inputed information consulting the database using tkinter.

Running

Clone this repository. With python and pip installed, install the dependencies with:

$ pip install -r requirements.txt

Run the application from the root folder using:

$ python -m pokedex

License

This project is licensed under the MIT License - see the LICENSE.md file for details.