Skip to content

m0rniac/snarf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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