Skip to content

hero-programmers/Sayad-Uddin-Tahsin-audiobook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audiobook

This project is a Python script that allows you to make audiobook with any PDF. Simply enter the PDF Name/PATH, page number where it'll start reading, and the the page number where it'll stop. Thats it! The script will read the PDF!

How to use?

The program will prompt you to input the PDF Name, Enter the Page Number where it'll start reading, Enter the Page Number where it'll end reading (0 for Last Page). After entering all the information, the program will start reading from that page!

How it works?

graph TD;
    name["PDF Name"]
    startpage["Start Page"]
    endpage["End Page"]
    code["Script"]
    pdf["PDF"]
    speaker["Speaker"]
    
    name-- Input -->code;
    startpage-- Input -->code;
    endpage-- Input -->code;
    code-- Read the PDF -->pdf;
    pdf-- PDF Content -->code;
    code-- Reading Output -->speaker;
Loading

Software Requirements

Module Requirement

Module Version pip Command
PyPDF2 3.0.1 pip install PyPDF2==3.0.1
pttsx3 2.90 pip install pyttsx3==2.90

Thank you! You've read all the instructions here!

By the way, a Star to this Repository would be awesome!

09 March, 2023/Tahsin

About

Make an Audio Book with Python!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages