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

Uploaded Source

Built Distribution

speech_user_interface-0.1.12-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: speech_user_interface-0.1.12.tar.gz
  • Upload date:
  • Size: 4.0 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.12.tar.gz
Algorithm Hash digest
SHA256 b0c14f2ad0b3ae19a5c1cc338d9040b1496f06cf4745810c12232896da7ee568
MD5 358363273a8c2bd3fa728a20bd9cf73e
BLAKE2b-256 afe0f7125b632f8ab3ca0d8f14d0827034aaf9ff89cb7ffd079db519753b793e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speech_user_interface-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 c506f4bd184d252cefb4b095d6ee84f29d43c38ac9fdb32477bd7b942d5da92f
MD5 5d953e612c7a4b0ef7d9da089b03c124
BLAKE2b-256 082bffd596a63cbfd3b2066435b23b8936f9809a488c6a07ccec961fedf38e15

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