This Python program converts text files to audio. It's forked from the python-pdf-audio repository created by TiffinTech. Below are links to the original developer and repository:
- TiffinTech Profile: https://github.com/TiffinTech
- Original Repository: https://github.com/TiffinTech/python-pdf-audo
The main goals of this project are to:
- Create a Python program to convert text files to audio for use on any common platform.
- Design a simple, clean, and intuitive user interface.
- Demonstrate elements of clean and properly formatted code.
- Utilize Object-Oriented Programming (OOP) principles.
- Python 3.6 or higher
- Compatible with Windows, macOS, and Linux
- Dependencies:
pyttsx3
for text-to-speech conversionPyPDF2
for PDF processing
- Install Python 3.6 or higher from https://www.python.org/downloads/
- Install dependencies using pip:
pip install pyttsx3 PyPDF2
- Clone or download this repository:
git clone https://github.com/brando5393/python-text-to-audio.git
- Navigate to the project directory
- Run the program:
python main.py
- To set up a development environment, follow the installation instructions and ensure you have the necessary dependencies installed.
- Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.
- For any major changes, please open an issue first to discuss the proposed changes.