An open API service indexing awesome lists of open source software.

https://github.com/arvind-4/text-to-speech

Convert Text to Speech Using PyQt5 and Save them Locally.
https://github.com/arvind-4/text-to-speech

pyqt5 pyqt5-desktop-application python3 text text-to-speech

Last synced: 11 months ago
JSON representation

Convert Text to Speech Using PyQt5 and Save them Locally.

Awesome Lists containing this project

README

          

# Text-to-Speech-with-PyQt5

Convert Text to Speech Using PyQt5 and Save them Locally.

# How to Run this Locally

### Step 1: Create a Virtual Environment
```
cd /path/to/folder
mkdir text_to_speech
cd text_to_speech
virtualenv .
source scripts/activate
```

### Step 2: Install Dependencies & Run Code
```
cd /path/to/folder
mkdir src
cd src
git clone https://github.com/Arvind-4/Text-to-Speech-with-PyQt5.git .
pip install -r requirements.txt
python main.py
```