Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 514 Bytes

Pokédex

Image Alt Text

Description

A Pokédex is a device which holds information about Pokémons.

Features

  • Pokemon name search;

Prerequisites

  • Python 3.10.12;
  • tkinter library;
  • PIL library;
  • requests library;
  • threading library;
  • urllib.request library;

Usage

$ python3 main.py

Acknowledgments

I would like to give credits to Codédex, their platform helped me to build the habit that made me build this project.