Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/callcenter

I honestly have no idea for this section, just enjoy this TTS made in Flet
https://github.com/kourva/callcenter

flet-app gui python-gui python3 tts tts-api

Last synced: 3 months ago
JSON representation

I honestly have no idea for this section, just enjoy this TTS made in Flet

Awesome Lists containing this project

README

        



Azerbaijan
India
Iran
Japan
Turkey
Afghanistan

Call Center


GUI TTS app made in Flet




# Installation
1. **Clone CallCenter repository**:
```bash
git clone https://github.com/Kourva/CallCenter
```
2. **Nevigate to source file**:
```bash
cd CallCenter
```
3. **Create virtual environment**:
```bash
virtualenv venv && source venv/bin/activate
```
> Note that you may need to execute different activate file based on your shell
4. **Install requirements**:
```bash
pip install -r requirements.txt
```
5. **Run the app using flet or python**:
```bash
flet run main.py
```
```bash
python main.py
```

# Flet Issue
If you got this error on flet: libmpv.so.1 not found (when libmpv is already installed):
```bash
sudo ln -s /usr/lib/libmpv.so /usr/lib/libmpv.so.1
```

# Thanks to lazypy.ro for API
Check out [**lazypy**](https://lazypy.ro) for more tts voices...