Metadata-Version: 2.2
Name: TTS_ka
Version: 0.1.10
Summary: A simple text to speech program using edge-tts library
Author-email: David Chincharashvili <davidchincharashvili@gmail.com>
Project-URL: Homepage, https://github.com/DavidTbilisi/TTS.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: edge-tts
Requires-Dist: pyperclip
Requires-Dist: keyboard
Requires-Dist: pywin32

# TTS_ka
This is a simple text to speech program that uses the `edge-tts` library to convert text to speech.

## Languages Supported
- Georgian
- English
- Russian

## Requirements
- [Python 3.6 or higher](https://www.python.org/downloads/)

## Installation and Usage
1. Install the package from PyPI:
    ```sh
    pip install TTS_ka
    ```
2. Usage 
    ```sh
    TTS_ka --lang ka "გამარჯობა. როგორ ხარ?"
    ```


