Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 830 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 830 Bytes

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!