Skip to content

andersinno/bookcli-webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookcli-webinar

Code from Anders webinar (26 Nov 2020). A quick tutorial to build a CLI application that read a pdf book out loud.

You can use this code as the MVP and consider building/adding feature to your application as suggested below

Installation:

pip install -r requirements.txt

Note: This project use pdftotext, please check pdftotext documentation for its OS specific dependencies

Usage:

Check --help for detail usage

python main.py --help

Reference

Suggestion for improvement

  • Functionality for storing the last read page
  • Functionality to continue from the last read page
  • Functionality to start reading from a specific page
  • Functionality to change voices
  • Functionality to automatically detect book's language and choose the suitable voices according to the detected language
  • And more...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages