- Clone CallCenter repository:
git clone https://github.com/Kourva/CallCenter
- Nevigate to source file:
cd CallCenter
- Create virtual environment:
virtualenv venv && source venv/bin/activate
Note that you may need to execute different activate file based on your shell
- Install requirements:
pip install -r requirements.txt
- Run the app using flet or python:
flet run main.py
python main.py
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
Check out lazypy for more tts voices...