# pyttsx3 Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/pyttsx3
> Markdown URL: https://aitinkerers.org/technologies/pyttsx3.md
> Technology record last updated: 2026-06-15T11:40:53Z
> Generated: 2026-09-21T09:42:42Z

An offline, cross-platform text-to-speech library for Python that hooks directly into your operating system's native voice engines.

When you need text-to-speech without cloud latency, API keys, or internet dependencies, pyttsx3 is the industry standard (it runs entirely offline). The library acts as a universal wrapper around native OS engines: SAPI5 on Windows, NSSpeechSynthesizer on macOS, and eSpeak on Linux. With a clean, three-line initialization sequence (import, init, and say), developers can easily adjust speaking rates, toggle between male and female system voices, and export synthesized speech directly to MP3 files.

- Official technology site: https://github.com/nateshmbhat/pyttsx3
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Building Graph Navigation Tool for the Visually Impaired](https://hong-kong.aitinkerers.org/talks/rsvp_5Setv57KQwQ)

Access8Graph, a keyboard-input, speech-output system that allows screen reader users navigate complex graph data — starting with Taipei Metro System. The tool parses GraphML files (a common visual graph format), extracts semantic relationships that visual editors often ignore, and provides three distinct navigation modes matched to different user mental models — directional navigation, linear exploration, and route planning.

- Event context: AI Tinkerers Hong Kong &amp; GBA at Dialogue in the Dark (June) — 2026-06-24 — Hong Kong
- Public talk page: https://hong-kong.aitinkerers.org/talks/rsvp_5Setv57KQwQ

## Related Technologies

- [GraphML](https://aitinkerers.org/technologies/graphml) ([Markdown](https://aitinkerers.org/technologies/graphml.md)) — 1 public demo
- [LLM](https://aitinkerers.org/technologies/llm) ([Markdown](https://aitinkerers.org/technologies/llm.md)) — 123 public demos
- [NVDA](https://aitinkerers.org/technologies/nvda) ([Markdown](https://aitinkerers.org/technologies/nvda.md)) — 2 public demos
- [yEd](https://aitinkerers.org/technologies/yed) ([Markdown](https://aitinkerers.org/technologies/yed.md)) — 1 public demo
