Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 1.75 KB

README.md

File metadata and controls

79 lines (60 loc) · 1.75 KB

S N A R F (0.0.2)

A realist Text to Speech software with minimalist GUI.

Installation of VENV (Recommended)

Install virtual environment on Linux (Debian based):

sudo apt install python3-venv
pip3 install virtualenv

Install virtual environment on Microsoft Windows:

pip install virtualenv

Cloning repository including VENV

  • 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

Run:

  • Linux (Debian based):
python3 main.py
  • Windows:
python main.py

API Reference

from Microsoft Azure:

More documentation

Parameter Type Description
api_key string Required

Feedback

If you have any feedback, please reach out to me at:

instagram

portfolio