This project provides a simple way to work with audiobooks using Python. It includes tools for handling audio files (MP3), PDF books, and text files.
- Play or process audiobook files (
book.mp3) - Read and extract text from PDF books (
book.pdf) - Work with plain text files (
file.txt) - Main logic in
audiobook.py
audiobook.py- Main Python scriptbook.mp3- Example audiobook filebook.pdf- Example PDF bookfile.txt- Example text file