Skip to content

A Python program to convert text files to audio

Notifications You must be signed in to change notification settings

brando5393/python-text-to-audio

 
 

Repository files navigation

Python Text to Audio Converter

About this Project

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:

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.

System Requirements and Installation

System Requirements

  • Python 3.6 or higher
  • Compatible with Windows, macOS, and Linux
  • Dependencies:
    • pyttsx3 for text-to-speech conversion
    • PyPDF2 for PDF processing

Installation

  1. Install Python 3.6 or higher from https://www.python.org/downloads/
  2. Install dependencies using pip:
pip install pyttsx3 PyPDF2
  1. Clone or download this repository:
git clone https://github.com/brando5393/python-text-to-audio.git
  1. Navigate to the project directory
  2. Run the program:
python main.py

For Developers

  • 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.

About

A Python program to convert text files to audio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • Nix 3.2%