A graphical user interface to use gTTS library.
- flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python.
- gtts - A Python library and CLI tool to interface with Google Translate's text-to-speech API.
- Clone the repository:
git clone https://github.com/nbilbo/gtts-gui.git
- Go to project directory
cd gtts-gui
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
gtts-gui is licensed under the MIT License. See the LICENSE file for more information.