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
- Host: GitHub
- URL: https://github.com/jeffrey-zang/sands-of-typing
- Owner: jeffrey-zang
- Created: 2022-09-25T00:00:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T00:26:41.000Z (over 2 years ago)
- Last Synced: 2025-04-28T01:34:44.895Z (about 2 months ago)
- Topics: command-line, hacktoberfest, python
- Language: Python
- Homepage: https://replit.com/@jerfara1/Sands-of-Typing?v=1
- Size: 24 MB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## 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
Typing test
Previous times
## 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.