Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpan-206/pokedexter
https://github.com/arpan-206/pokedexter
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arpan-206/pokedexter
- Owner: Arpan-206
- Created: 2024-11-23T20:47:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T20:47:26.000Z (2 months ago)
- Last Synced: 2024-11-24T19:38:02.560Z (2 months ago)
- Language: Python
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokeDexter
#### Video Demo: https://youtu.be/ATKrEjBN1oM
#### Description:
PokeDexter is a CLI based Pokedex that comes with a TTS to feel like a real pokedex as in the show.
It lists all Pokemon by their order in the real pokedex database.
The data is sourced from the API over at [https://pokeapi.co/](https://pokeapi.co/).
It also displays the image of the pokemon beautifully in the terminal itself.The following libraries are used to make this program:
- `terminal-img`
- `pyfiglet`
- `rich`
- `inquirer`
- `requests`
- `pyttsx3`The program makes many API Calls to fetch data, then that data is used to render the images, start the TTS and so on to make a real pokedex like interface.
Made By: Arpan Pandey, New Delhi, India
#### Some screenshots
![Initial Prompt](./screenshots/1.png)
![Alakazam](./screenshots/2.png)
![Charizard](./screenshots/3.png)