A realist Text to Speech software with minimalist GUI.
Install virtual environment on Linux (Debian based):
sudo apt install python3-venv
pip3 install virtualenv
Install virtual environment on Microsoft Windows:
pip install virtualenv
- Linux (Debian based):
python3 -m venv snarf && source snarf/bin/activate && git clone https//github.com/m0rniac/snarf temp_folder && mv temp_folder/* . && rm -r temp_folder && deactivate
cd snarf/
source bin/activate
pip3 install -r requirements.txt
- Microsoft Windows:
python -m venv snarf && snarf\Scripts\activate.bat && git clone https://github.com/m0rniac/snarf temp_folder && move temp_folder\* . && rmdir /s /q temp_folder && deactivate
cd snarf
.\Scripts\activate
pip install -r requirements.txt
- Linux (Debian based):
python3 main.py
- Windows:
python main.py
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required |
If you have any feedback, please reach out to me at: