Skip to content

DevClube/audiocity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Audio Converter

Text to Audio Converter is a simple Python application that converts text to audio using the pyttsx3 library.

Features

  • Enter text and convert it to audio.
  • Choose the voice (male or female).
  • Save the generated audio file.

Prerequisites

  • Python 3.x installed
  • Dependencies: pyttsx3

Installation

Clone the repository:

git clone https://github.com/DevClube/audiocity.git

Navigate to the project directory:

cd audiocity

Install dependencies:

pip install -r requirements.txt

Usage

Run the application:

python app.py

Follow the on-screen instructions to convert text to audio.

Configuration

Voice selection: Choose between "male" and "female" voices. Save location: Specify the directory where the generated audio file will be saved.

Screenshots

HomePage

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

About

Text to Audio Converter is a simple Python application that converts text to audio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages