# vocabulary-tts-reader **Repository Path**: createmaker/vocabulary-tts-reader ## Basic Information - **Project Name**: vocabulary-tts-reader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-01 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vocabulary Text-to-Speech Reader A simple Python script that uses macOS's built-in `say` command to speak vocabulary words aloud. ## Features - Reads any array of word-definition pairs - Uses macOS built-in text-to-speech functionality - Easy to customize with your own vocabulary lists ## Usage Run the script with Python: ```bash python3 say_words.py ``` To use your own words, modify the `words` array in the `main()` function to contain your desired (word, definition) tuples. ## Requirements - macOS (uses the built-in `say` command) - Python 3 ## Example The script will speak each word followed by its definition, such as: - "hello" - "nice" - "pick" - "you" - "horse"