Skip to content

adhikary97/Epub-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPUB Reader

Install dependencies

pip install -r requirements.txt

Convert EPUB to Text File

python3 ebook_to_text.py test.epub output.txt

Read Text file with optional line number argument

python3 text_reader.py output.txt 40

To end reading

ctrl + C

This will end the reading and print the last line number the program was reading

Releases

No releases published

Packages

No packages published

Languages