Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranitej/typing-test
This is a typing test application. Here you check the stats of your typed text.
https://github.com/pranitej/typing-test
gui pip pycharm python3 sys threading tkinter typing typingtest
Last synced: 5 days ago
JSON representation
This is a typing test application. Here you check the stats of your typed text.
- Host: GitHub
- URL: https://github.com/pranitej/typing-test
- Owner: Pranitej
- Created: 2024-02-09T09:08:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T09:22:18.000Z (9 months ago)
- Last Synced: 2024-10-16T21:55:37.184Z (20 days ago)
- Topics: gui, pip, pycharm, python3, sys, threading, tkinter, typing, typingtest
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typing Test Application
## Overview
This Python Typing Test application, built with Tkinter, enables users to assess their typing speed and other stats. With a clean and intuitive interface, users can type any text of their choice, and the application provides real-time statistics, including characters, words per minute (WPM), and lines typed.
## Features
- **Start Typing:** Initiate the typing test with the Start button.
- **Pause & Resume:** Use the Stop button to pause the timer and resume when ready.
- **Reset:** Reset the timer to zero and clear the typed text with the Reset button.
- **Real-time Stats:** Monitor character count, WPM, and lines typed dynamically.## Requirements
- Python 3.x
- Tkinter (typically included in standard Python installations)