Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.37 KB

File metadata and controls

31 lines (22 loc) · 1.37 KB

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