Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 2.63 KB

README.md

File metadata and controls

92 lines (69 loc) · 2.63 KB

Pokemon-Guesser

License: MIT Open Source made-with-python
PikachuWalk Charizard_Think

Table of Contents
  1. About The Project
  2. Authors
  3. Built With
  4. License
  5. WireFrames
  6. Demo
  7. How to run this project?

About The Project

Scrum Master

Authors:

Built With

  • Written in Python

    License

    • Distributed under the MIT License. See LICENSE for more information.

    WireFrames

    Demo

    Pokemon.Guesser.Muted.mp4

    How to run this project?

    Method 1

    • 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!

    Method 2 (mostly for developers)

    • Install requirements:
      • Pokebase: pip install pokebase
      • Tkinter: pip install tk
      • Playsound: pip install playsound==1.2.2
    • Run main.py python main.py

    Note: This projects runs only on python 3.6 as Pokebase is tested only on python 3.6