A typing speed test application implemented in Python (Tkinter) and Java (Swing). The game features real-time typing speed calculation and options to retry after completing a test.
- Dynamic Sentence Generation: Get new sentences each time you start the test.
- Real-Time WPM Calculation: See your typing speed in Words Per Minute (WPM).
- Retry Option: After finishing the test, you can retry or exit.
- Python: Runs using Tkinter for the GUI.
- Java: Runs using Swing for the GUI.
- Clone the repository.
- Install the required packages:
pip install tkinter
- Run the Python script:
python quicktype.py
- Clone the repository.
- Compile the Java code:
javac QuickType.java
- Run the Java program:
java QuickType
- Press "Start Test" to begin the typing test.
- Type the sentence shown on the screen as quickly and accurately as possible.
- After completing the test, you will see your WPM score.
- If you want to retry, you can click on "Retry".
- If you are done, simply exit the application.
| Python Version (Tkinter) |
| Java Version (Swing) |