A terminal-based typing speed test game built with Python and the curses library. Challenge yourself to type sentences quickly and accurately while tracking your real-time Words Per Minute (WPM).
- The program displays a randomly selected sentence.
- As you type, your input is compared to the target sentence: i. Correct characters are shown in green. ii. Incorrect characters are shown in red.
- Your Words Per Minute (WPM) is calculated in real time.
- Complete the sentence to finish the test!