/Multiplication_table_for_children

A tiny GUI tool to help children learn division and multiplication tables and solve simple arithmetic tasks. At the end of the test, a table with the results is displayed.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Multiplication table for children

The GUI textless interface is written using PySide6 and screeninfo.

Choose one of 4 types of tests, testing the skills of:

  • addition,
  • subtraction,
  • multiplication,
  • division.

Shows the multiplication table when you click on the lamp sign.

After passing the test, a summary of errors, correct answers and time spent on solving each individual task is given. In the summary with results, the user's answer is shown in parentheses. Correct answers are marked in green, incorrect answers are marked in red.

Upon completion, a .log file is created with the test results.

Depending on the time spent on the task, the results are colored differently:

  • from 0 to 5 seconds (green)
  • from 5 to 10 seconds (orange)
  • more than 10 seconds (red)

Executable for Windows 10 64 bit and Virus total check results.

Screenshots and screencast

Screencast Interface1 Interface2 Interface3