8000 GitHub - iairu/gTTSgui: Text-to-Speech export GUI for gTTS with a textarea and save button.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iairu/gTTSgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple gTTS GUI

Are you struggling to find a high-quality free TTS online? Frustrated that the best quick TTS is only available through Google Translate? Want to save the TTS output for later use?

This simple GUI is here to help! It provides a large text area for input and a single button to save the output, making it easy and convenient to use.

The GUI is built using tkinter, ensuring a lightweight and responsive experience.

Installation

  1. Create a virtual environment:

    python3 -m venv venv
  2. Activate the virtual environment:

    source venv/bin/activate
  3. Install the required package:

    pip3 install gtts
  4. Run the application:

    python3 .

Currently, there are no plans to expand this project, but contributions are welcome!

About

Text-to-Speech export GUI for gTTS with a textarea and save button.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0