A Speed Reading Application.
Quick Wit is a speed reading application that utilizes the Rapid Serial Visual Presentation (RSVP) technique to enhance your reading speed and comprehension. With Quick Wit, you can read through text documents or PDF files at a significantly accelerated pace, allowing you to absorb information more efficiently.
- Rapid Serial Visual Presentation (RSVP) technique for accelerated reading.
- Load PDF files or text documents for reading.
- Adjustable reading speed (Words Per Minute - WPM).
- Start, stop, and resume reading functionality.
- User-friendly graphical user interface (GUI).
-
Load a Document: Click on the "Load PDF" button to select a PDF file or text document you want to read.
-
Set Reading Speed: Use the speed control slider (WPM) to adjust the reading speed according to your preference.
-
Start Reading: Click the "Start" button to begin the speed reading process. Words from the document will be displayed one at a time at the selected reading speed.
-
Pause and Resume: While reading, you can pause the process by clicking the "Stop" button. To resume, click the "Resume" button.
-
Completion and Reset: The reading process will automatically stop when the document is fully read. You can click the "Load PDF" button again to choose a new document.
- Python 3.x
- Tkinter library
- PyMuPDF library
-
Install Python: Download and install Python from the official website: https://www.python.org/downloads/
-
Install Required Libraries:
Open a terminal or command prompt and enter the following commands to install the necessary libraries:
pip install tkinter pip install PyMuPDF
-
Download the Application:
Download or clone the Quick Wit repository from GitHub:
git clone https://github.com/easyvansh/quick-wit.git
-
Run the Application:
Navigate to the project directory and run the
quick_wit.py
script using Python:python quick_wit.py
Contributions to Quick Wit are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub repository.
Quick Wit is licensed under the MIT License.
Quick Wit was inspired by the desire to improve reading speed and comprehension using the RSVP technique. Special thanks to the creators of the Tkinter and PyMuPDF libraries for enabling the development of this application.