Skip to content

RadinhoDePilha/TextPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text Player

That's a simple CLI to read texts word by word


Unfortunately, reading large texts takes time. This CLI assumes that a person can read much faster if they don't have to "navigate" the text with their eyes. The first few times it may take you a little longer to read some texts clearly but with a few tries, you will be able to read much faster than usual and you will have more focus on what you are reading.

NOTE: Currently, it can open just pdf files


Installation

pip install pynput pypdf2

git clone https://github.com/RadinhoDePilha/TextPlayer

cd TextPlayer

Usage

On the project folder:

python TextPlayer.py file.pdf

You can add the argument -p or --page with the number of the page that you wanna start

Controls in the CLI


  • Right/Left: Change the speed of the words displayed

  • Space: Pause/Run the displayer

  • Enter: Go to the next page

  • Esc: Exit the CLI


  • i: Hide/Show the information about the controls

About

A CLI that display texts word by word

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages