An open API service indexing awesome lists of open source software.

https://github.com/jeffrey-zang/sands-of-typing

CS assignment - typing test in the command line, made with Python
https://github.com/jeffrey-zang/sands-of-typing

command-line hacktoberfest python

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        



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](img/image.png)

Typing test

![image_2](img/image_2.png)

Previous times

![image_3](img/image_3.png)

## 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.