/sands-of-typing

CS assignment - typing test in the command line, made with Python

Primary LanguagePython

Sands of Typing

CS assignment - typing test in the command line, made with Python
Repl Link

About

Sands of Typing is a typing test program in the command line, made with the Python programming language. It was made for a class assignment. Themed around deserts and sand, Sands of Typing hopes to be a simple, all-in-one typing program.

Screenshots

Home page
image

Typing test
image

Previous times
image

Copy-Paste Proof

Since this program runs in the command line, it is immune to the Ctrl+C copy command. Ctrl+C is the escape shortcut, and causes a KeyboardInterruptError in Python 3.