# says **Repository Path**: mirrors_Jam3/says ## Basic Information - **Project Name**: says - **Description**: cross-platform 'say' command using Electron - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # says [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges) Cross-platform 'say' command using Electron. Experimental / proof-of-concept. ## Install ```sh npm install says -g ``` ## Example ```sh says --voice=zarvox 'woah dude' ``` ## Usage [![NPM](https://nodei.co/npm/says.png)](https://www.npmjs.com/package/says) ```sh Usage: says [opt] message Options --voices list all voices and exit --voice the name of the voice, like Alex or Zarvox --lang the language, like en-US ``` Some interesting voices to try: ```sh says --voice="good news" 'i am a robot' says --voice=whisper 'i see dead people' says --voice=daniel 'bond, james bond' ``` Another example, using random [sun-tzu-quotes](https://github.com/mattdesl/sun-tzu-quotes). ```sh npm install sun-tzu-quotes -g says --voice=daniel `sun-tzu-quotes` ``` ## License MIT, see [LICENSE.md](http://github.com/Jam3/says/blob/master/LICENSE.md) for details.