Sapi makes creating Virtual Assistant very simple. Sapi uses the pyttsx3 engine to function
Here are some functions:
- speak():
speak() allows you to make your Virtual Assistant talk. Example: speak(‘Hello, World’)
- create():
create() allows you to make a file with your Virtual Assistant voice. Example: speak(‘Hello, World’, ‘test.mp4’)
- set_rate():
set_rate() allows you to set the rate your Virtual Assistant voice. Example: set_rate(125)
- set_volume():
set_volume() allows you to set the volume your Virtual Assistant voice. Example: set_volume(1.0)
- set_gender():
set_gender() allows you to set the voice your Virtual Assistant. Example: set_gender(voices[1].id) for a female voice set_gender(voices[0].id) for a male voice
Change Log
0.0.1 (4/9/2021)
First Release
Created By: Parteek Deol (http://parteekdeol.netlify.app)
Release files for sapiva 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sapiva-0.0.1.tar.gz | 2.9 kB | Details |
Release files / sapiva-0.0.1.tar.gz
| Download URL | sapiva-0.0.1.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
37b3394a54a2f76985ee31decaefe7efa5fafa60cfb3e700a4f5ec3d9ea2aa32
|
|
BLAKE2b-256 checksum How to use checksums |
1ccfbdd0abe4a1f5629c3cfc79d891fe67d94595e681ebdd084003b629cc8873
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.3
|