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

Uploaded Source

Built Distribution

speech_user_interface-0.1.11-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: speech_user_interface-0.1.11.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.11.tar.gz
Algorithm Hash digest
SHA256 a2510a9ec5e339f901da13735a73b9cc673f28fc8fb62ee42fc517a14ccaee12
MD5 cdd1b9a7aca0419b15d018f6d492ef00
BLAKE2b-256 5c95a4814d4132ff84dc70839f3925d09ecfdb5afe91747260e791df8df9e9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speech_user_interface-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 005cc2a019b38953aca8900a94827fef077e4439604d67f12d662520e237df8e
MD5 a02df8c9a89bf285732174f275f7a46b
BLAKE2b-256 d75512f352bceb26fa27ecc8bae1a680145ef6a08b09a51f0139cd7f6acdc2ca

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