CallCenter

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

MIT License

Stars
2

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...