If you check demo.gif in the docs/ folder you will see a screen glitch when the user finishes the typing test, this is likely caused by the following function. Clearing the screen.
def main_menu(self):
self.clear()
This may or may not be the root cause of the bug, but is a good starting point for debugging.
More points than the specified amount may be given based on how difficult it turns out to fix the bug.
If you check
demo.gifin thedocs/folder you will see a screen glitch when the user finishes the typing test, this is likely caused by the following function. Clearing the screen.This may or may not be the root cause of the bug, but is a good starting point for debugging.
More points than the specified amount may be given based on how difficult it turns out to fix the bug.