Skip to main content

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


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.9.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

speech_user_interface-0.1.9-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file speech_user_interface-0.1.9.tar.gz.

File metadata

  • Download URL: speech_user_interface-0.1.9.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

Hashes for speech_user_interface-0.1.9.tar.gz
Algorithm Hash digest
SHA256 3bad884fec34c621de3b04739bec664dba9407d48b05388df9f6fb00279deaf9
MD5 b6783935ab295ff9a1da7efd000e6a00
BLAKE2b-256 72626d72986e4b3fcf8105225d36d3b4d0e6a4db4f4a60dda50b86a77e06cd68

See more details on using hashes here.

File details

Details for the file speech_user_interface-0.1.9-py3-none-any.whl.

File metadata

File hashes

Hashes for speech_user_interface-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 af1820aa4c338070ea4e8238a4b2178d5f87c9c39411c954601f234ed94894af
MD5 2ed89b6dabeab542cfb9cf6f3b27540e
BLAKE2b-256 33fa131ac865d75c1445e1e94d18463714274d81df751192e010eaafca2b61e4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page