Skip to content

Latest commit

 

History

History
55 lines (51 loc) · 1.99 KB

README.md

File metadata and controls

55 lines (51 loc) · 1.99 KB
AzerbaijanIndiaIranJapanTurkeyAfghanistan

Call Center

GUI TTS app made in Flet

Installation

  1. Clone CallCenter repository:
    git clone https://github.com/Kourva/CallCenter
  2. Nevigate to source file:
    cd CallCenter
  3. Create virtual environment:
    virtualenv venv && source venv/bin/activate

    Note that you may need to execute different activate file based on your shell

  4. Install requirements:
    pip install -r requirements.txt
  5. Run the app using flet or python:
    flet run main.py
    python main.py

Flet Issue

If you got this error on flet: libmpv.so.1 not found (when libmpv is already installed):

 sudo ln -s /usr/lib/libmpv.so /usr/lib/libmpv.so.1

Thanks to lazypy.ro for API

Check out lazypy for more tts voices...