Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 899 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 899 Bytes

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.