Mathbot is a project utilizing Python to gamify math. With the comprehensive library of Tkinter integrated into this project for an intuitive GUI, this dark themed game gives the user a perfect feeling of fun while they are improving their math skills.
Users are able to choose any of the 4 operations (Adding, Subtracting, Multiplying, or Dividing), and play against a partner, competing to see which of them can get perform the chosen operation on two random numbers the quickest. They can choose to play a Single Match, or Best of 3. View the full Medium blog: https://medium.com/@genzarjun/utilizing-python-to-gamify-math-60adb9833c09
In order to run the project properly, you will need to install the Tkinter library. In most code editors, you should be able to do this through pip in your terminal.
pip install tk