Skip to main content

Let your Python scripts speak updates out loud.

Project description

blurtpy

Let your Python scripts speak out loud.
A cross-platform voice notification utility for developers, built with care under BrinByte.


🔊 Features

  • say(text) — Speak a message on macOS, Windows, or Linux
  • @notify_when_done() — Automatically announce when a function finishes
  • with speak(...) — Context manager for voice-wrapped code blocks
  • Mute mode via BLURT_MUTE=true
  • CLI support: python -m blurt "Hello world!"

📦 Install

pip install blurtpy

📦 Linux users

You’ll also need to install espeak for voice output:

sudo apt install espeak

If espeak is not available, blurtpy will gracefully fall back to text output with a helpful warning.

from blurt import say, notify_when_done, speak

say("Hello developer!")

@notify_when_done("Function complete")
def task():
    ...

with speak("Starting work", done="Work done"):
    ...

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

blurtpy-0.1.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

blurtpy-0.1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file blurtpy-0.1.0.tar.gz.

File metadata

  • Download URL: blurtpy-0.1.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for blurtpy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 98aafd8c905338e8e56e5d01682cb479e37ca4e8c85b6853011c1df3bfa2da65
MD5 fdc7cf9fda8026ea94f3de8ea550203e
BLAKE2b-256 cfd9f6155476f604fe470af0ab5b6d6cf8e807a952844f79f3586a4aa869ea9b

See more details on using hashes here.

File details

Details for the file blurtpy-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: blurtpy-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for blurtpy-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bfbb26593f5edf84ea2a825c5fe563e698bd95649cb0925e21e0d3ec6cdb752d
MD5 34207607d418d9bbca8ef4a80d54b562
BLAKE2b-256 e315881b02226eb08b75fca1b128cf05eec026dc064f71c95979dda35b954bf0

See more details on using hashes here.

Supported by

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