A realist Text to Speech software with minimalist GUI.
Install virtual environment on Linux (Debian based):
sudo apt install python3-venvpip3 install virtualenvInstall 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 && deactivatecd snarf/source bin/activatepip3 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 && deactivatecd snarf.\Scripts\activatepip 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: