No project description provided
Project description
speech_user_interface
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
speech_user_interface-0.1.2.tar.gz
(277.8 kB
view details)
Built Distribution
File details
Details for the file speech_user_interface-0.1.2.tar.gz
.
File metadata
- Download URL: speech_user_interface-0.1.2.tar.gz
- Upload date:
- Size: 277.8 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 | 83caace7ed224d959a8410028a1c4219dcd284e10c0224ce7d608507cf6fd497 |
|
MD5 | 6cf47e94e8bbefdc402ac5e0ca647a59 |
|
BLAKE2b-256 | 25a9dce7870032b029901442eebb443f137ca238037fdb650b1da1878f6ec77a |
File details
Details for the file speech_user_interface-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: speech_user_interface-0.1.2-py3-none-any.whl
- Upload date:
- Size: 283.5 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 | e12fabd7fdb1276f3edf9068758b8cd493e9b482036c2447a8ba9db7e1dcc2fc |
|
MD5 | 40baf424d09e6744de148b64182c14a7 |
|
BLAKE2b-256 | 32f4fb49ee0c5296aa65c22c070bd60c20a8cb3fc5f9586f465271344c8bca46 |