A universal speech user interface for wrapping applications to provide them with a user interface that uses speech rather than text commands or traditional user interfaces
Project description
speech_user_interface
A universal speech user interface for wrapping applications to provide them with a user interface that uses speech rather than text commands or traditional user interfaces
You need to define a function to run like this:
def default_function_to_run(input_text: str):
reponse_text = send_text_to_chatgpt(input_text)
speak_text(reponse_text)
main(function_to_run=default_function_to_run):
This one is configured by default but it can be anything. We run in a cycle
until "exit the program" is said and that exits the infinite loop. We just keep
reading input and passing that to the function_to_run
this can do anything
with this input.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file speech_user_interface-0.1.8.tar.gz
.
File metadata
- Download URL: speech_user_interface-0.1.8.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a719473c79d2ded687045bef6fdc07c994f038d8ce3a9f5939abc7263f60931 |
|
MD5 | 083944f8bf2cbe677f7277e63dafa212 |
|
BLAKE2b-256 | 97bfc7dfece81eb0a124cfa9feb33850aade26fa06da0334d6f84ad80c8ce2cf |
File details
Details for the file speech_user_interface-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: speech_user_interface-0.1.8-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d24e6f431816660419b0c9276b30193b4eeb9750a2902f17566c6bc154e64d2c |
|
MD5 | 94af6a4efde6bff1d33a6dacb9ca80ed |
|
BLAKE2b-256 | 8771b6337d6256a4aa9649fd65d0853981d2dfef1077a4ad23ea742369c3db89 |