Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zai-kun/speech-wich

SpeechWich, text-to-speech app that uses Bing Translator's TTS service. It's completely free, and you don't need any type of Bing token thing, or whatever it's called.
https://github.com/zai-kun/speech-wich

bing-tts customtkinter free gui python text-to-speech

Last synced: 1 day ago
JSON representation

SpeechWich, text-to-speech app that uses Bing Translator's TTS service. It's completely free, and you don't need any type of Bing token thing, or whatever it's called.

Awesome Lists containing this project

README

        

# Speech Wich - Text-To-Speech Converter

Meet Speech Wich, your handy tool for converting text into lifelike human speech without any limitations and it's 100% free.
With Speech Wich, there are no text limits. You can convert as much text as you want into natural, human-like speech.

![1](https://cdn.discordapp.com/attachments/1144962786183622718/1153464584166969344/image.png)

## Features

- **Unlimited Text Conversion**: Convert as much text as you need into lifelike speech without any limitations.
- **Multiple Voices and Languages**: Choose from a diverse range of voices, accents, and languages.
- **User-Friendly Interface**: An intuitive interface makes text-to-speech conversion easy for everyone.
- **Always Free**: Speech Wich is completely free, with no hidden fees or paywalls. Oh, and it's open source :)

## Installation
- Windows/Linux:

Download the zip file corresponding to your operating system from the [releases page](https://github.com/Zai-Kun/Speech-Wich/releases/tag/v1.0.0), extract its contents, open the extracted folder, and execute "Speech Wich.exe" or "Speech Wich," depending on your operating system.

- MacOs: You will have to [run it from source](#running-from-source).

## Running from source
First of all, make sure that you have Python 3 and Git installed. If you don't have them installed, please install Python 3 from [here](https://www.python.org/downloads/) and Git from [here](https://github.com/git-guides/install-git) before we proceed.

1. Clone the repository.
```
git clone https://github.com/Zai-Kun/Speech-Wich
```
2. Make virtual environment.
```
cd Speech-Wich
python3 -m venv .venv
```
3. Activating virtual environment.
- Windows: ```.venv\Scripts\activate```
- Linux/MacOS: ```source .venv/bin/activate```

4. Install the dependencies.
```
pip install -r requirements.txt
```

5. Run the app.
```
cd "Speech Wich"
python3 "Speech Wich.py"
```

6. Finishing up.

When you are done using Speech Witch, deactivate the virtual environment like this: ```deactivate```

## Bugs report/contact me.
Join my discord server: https://discord.gg/DqxeyaDuEZ

## Disclaimer:

Please note that Speech Wich does not own any of the voices or technologies used in the text-to-speech conversion process. Users are responsible for how they choose to use the tool and the content it generates.