# nateshmbhat/pyttsx3

Offline Text To Speech synthesis for python

Repository: https://github.com/nateshmbhat/pyttsx3
Canonical: https://ross.abutalabs.com/products/pyttsx3
Language: Python
License: MPL-2.0
License Family: copyleft
Topics: pyttsx, text-to-speech, text-to-speech-python3, pyttsx3, python, python3
Last push: 2026-07-22T06:14:56+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 93, release rhythm 16, longevity 100
- inputs: {"age_days": 3357, "days_push": 42, "days_rel": 422, "gap_med": 147.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2529, forks 359 (observed 2026-08-28T04:06:58.757129+00:00)

## What it is
pyttsx3 is an offline text-to-speech synthesis library for Python 3 that wraps system TTS engines like Sapi5, NSSpeechSynthesizer, and espeak. It provides a simple API to convert text to spoken audio with control over voice, rate, and volume, and can save output to a file.

## Use cases
- convert text to speech offline in python
- make my python script read text aloud
- save synthesized speech to an audio file
- change voice, rate, and volume for tts in python
- add voice output to an accessibility app
- text to speech without internet connection

## When to choose
- you need TTS that works fully offline with no API calls
- you want a simple, cross-platform Python TTS wrapper around system voices
- you need to tweak voice, rate, volume, or save speech to a file

## When to avoid
- you need high-quality neural voices rather than system TTS engines
- you want cloud TTS with many languages and natural voices
- you need streaming or low-latency synthesis in production services

## Facets
- artifact type: library
- maturity: active
- function: tts, audio-processing
- domain: speech-processing, cross-platform
- platform: python, cross-platform, windows
- tags: text-to-speech, offline-tts, speech-synthesis, espeak, sapi5, accessibility, natural-language-processing, macos, linux

## Member repositories
- nateshmbhat/pyttsx3 (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:58.757129+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:25:22.245696+00:00, confidence not recorded.
  - readme: https://github.com/nateshmbhat/pyttsx3 (fetched 2026-08-28T04:06:58.757129+00:00, sha a3186fb61504)
  - registry_pypi: https://pypi.org/pypi/pyttsx3/json (fetched 2026-08-29T10:07:41.636331+00:00, sha 9e733cb38a55)
- Data as of 2026-08-30T08:39:29.467469+00:00.
