Skip to content

gabriel-venezian/pokedex-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages