A lightweight, real-time typing speed overlay that measures your WPM (Words Per Minute) during everyday computer use.
Unlike typing test websites that measure speed in controlled, idealized environments, WPM Display tracks your actual typing speed during real-world tasks—whether you're writing emails, coding, or chatting. This provides a more accurate picture of your practical typing performance.
- 🎯 Real-time WPM tracking overlay
- 👻 Transparent, always-on-top window
- 📊 Continuous speed measurement across all applications
- 🪶 Lightweight and non-intrusive
-
Clone the repository
git clone https://github.com/kais-grati/WPM-Display cd WPM-Display -
Create a virtual environment
python -m venv venv
-
Activate the virtual environment
- Windows:
venv\Scripts\activate - macOS/Linux:
source venv/bin/activate
- Windows:
-
Install dependencies
pip install -r requirements.txt
-
Run the application
python main.py
Feel free to open issues or submit pull requests to enhance the measurement algorithm or add new features.
