Skip to content

hsemo/epub-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 Epub Reader

A simple terminal ebook viewer.

✨ Main Features

  • Colored output
  • Keyboard shortcuts

🔧 Install

Clone the git repository and cd into it:

git clone 'https://github.com/hsemo/epub-reader.git' && cd epub-reader

Install the requirements:

pip install -r requirements.txt

📈 Usage

To use an epub file just give the path of the file to main.py file

python3 main.py path_to_ebook_file.epub

You can move around in the terminal window with these keys:

  • j or down_arrow to go down
  • k or up_arrow to go up
  • l or right_arrow for next chapter
  • h or left_arrow for previous chapter
  • q or Q for exit

🗓️ Planned Features

  • Word wrapping
  • Justify text
  • Image support
  • More styling with CSS support

Releases

No releases published

Packages

No packages published

Languages