A Text-to-speech module
Project description
Sapit - Python Text-to-Speech Module
Sapit is a Python module that enables users to utilize a text-to-speech function similar to the "say" command on macOS. With Sapit, you can easily convert text into speech in your Python scripts or projects.
Usage
Using Sapit is simple. Just import the say function from the sapit module and call it with the text you want to convert into speech:
from sapit import say
say("Hello, World!")
Founder
Sapit was created by "ALI LODHI" He is from Pakistan, Ali lodhi is well experienced python programmer who loves writing python code. The Idea of Sapit came when he was making a Desktop Assistant for his personal use and he had to write a lot of code so that's why to ease of use he created sapit.
Versions
Sapit 1.0 Sapit 1.2.0 Sapit 1.4
Sapit 1.5 (Latest)
Sapit 1.5 is the Minor update and In this Update you can adjust the volume. We also added a pitch controller but it is in beta
Example
from sapit import say
say ("Sapit is the best", gender = "male", volume = 0.1) # This the lowest volume
say ("Sapit is the best", gender = "male", volume = 1.0) # This the highest volume
Features of Sapit 1.5
- You can save your Text-to-speech words into an audio file
- You can import male or female voice
from sapit import say_maleandfrom sapit import say_female - Bug Fixes
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sapit-1.5.tar.gz.
File metadata
- Download URL: sapit-1.5.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a6bbc3b81f181e3e7920c0f2cc2dc6bc2fbadf0d73002f69021054ec2b0f2b5
|
|
| MD5 |
0875a21a176938f7fe18e6f31f1ff5c0
|
|
| BLAKE2b-256 |
abcc94c997937ce6261ec8d866d42f21e568fe412b6cbabc65c6a7fa5aa844c0
|
File details
Details for the file sapit-1.5-py3-none-any.whl.
File metadata
- Download URL: sapit-1.5-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a209af56f65acc6e305ead7db8e52df1c5f3836c357bc8de2acd709bb1b84ca
|
|
| MD5 |
33dd58cef252cad8f8c2d50ff898754b
|
|
| BLAKE2b-256 |
a97338de7e01a80da04bd62e89337ef1fc73abbd30b7c8749ebd608f967b7660
|