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.
- Host: GitHub
- URL: https://github.com/arvind-4/text-to-speech
- Owner: arvind-4
- License: mit
- Created: 2021-05-25T15:42:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T11:15:55.000Z (almost 5 years ago)
- Last Synced: 2025-05-15T19:11:24.173Z (about 1 year ago)
- Topics: pyqt5, pyqt5-desktop-application, python3, text, text-to-speech
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```