Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paradocx96/text-to-speech-application
Text-to-Speech Application build with Electron JS
https://github.com/paradocx96/text-to-speech-application
desktop-app desktop-application electron electron-app javascript text-to-speech tts
Last synced: about 2 months ago
JSON representation
Text-to-Speech Application build with Electron JS
- Host: GitHub
- URL: https://github.com/paradocx96/text-to-speech-application
- Owner: paradocx96
- License: cc0-1.0
- Created: 2022-09-02T04:42:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T21:12:06.000Z (about 2 years ago)
- Last Synced: 2024-10-10T07:22:27.641Z (2 months ago)
- Topics: desktop-app, desktop-application, electron, electron-app, javascript, text-to-speech, tts
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Text-to-Speech Application
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/paradocx96/Text-to-Speech-Application
# Go into the repository
cd Text-to-Speech-Application
# Install dependencies
npm install
# Run the app
npm start
```Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## To Package the Application
```bash
# Using Electron Forge
npm run make
```## User Interface
## License
[CC0 1.0 (Public Domain)](LICENSE.md)