Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/callcenter
- Owner: Kourva
- License: mit
- Created: 2024-06-14T21:04:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T16:34:26.000Z (4 months ago)
- Last Synced: 2024-08-28T18:18:02.329Z (4 months ago)
- Topics: flet-app, gui, python-gui, python3, tts, tts-api
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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...