Table of Contents
- Quiz App
- Guess whos that Pokemon
- Answer until you get wrong
- Questions get progressively harder
- Question data gathered from PokeAPI (https://github.com/PokeAPI/pokeapi)
- Written in Python
- Distributed under the MIT License. See
LICENSE
for more information.
Pokemon.Guesser.Muted.mp4
- Download PokemonGuesser.exe and start playing
Note: If you want audio when you click the right answer, make sure the .exe and mp3 are in the same directory. Otherwise, enjoy!
- Install requirements:
- Pokebase:
pip install pokebase
- Tkinter:
pip install tk
- Playsound:
pip install playsound==1.2.2
- Pokebase:
- Run main.py
python main.py
Note: This projects runs only on python 3.6 as Pokebase is tested only on python 3.6