Welcome to the Speed Typing Test project! This web application allows users to test their typing speed and accuracy through a simple interface. Users are presented with random passages to type, and upon submission, their results including words per minute (WPM) and accuracy percentage are displayed.
Access the application here: Speed Typing Test
- python -m venv venv
- source venv/bin/activate
- If error shown while running
venv/bin/activate
in terminal i.e. powershell then follow below step:
- On Windows cmd at project folder path use
venv\Scripts\activate
to activate virtual environment for this specific project - pip install -r requirements.txt
- python app.py
- Random passages for typing practice
- Real-time typing speed calculation
- Display of accuracy percentage
- Restart and exit options after submission
- User-friendly design with responsive layout
- Frontend: HTML, CSS, JavaScript
- Backend: Python, Flask
To get started with this project, clone the repository and set up a virtual environment:
git clone /~https://github.com/Deeptig9138/speed-typing-test.git
cd speed-typing-test
In cases of discussion and changes, open an issue.