https://github.com/nikolajlauridsen/pingfun
Having som fun with ping and gtts text-to-speech module
https://github.com/nikolajlauridsen/pingfun
Last synced: 2 months ago
JSON representation
Having som fun with ping and gtts text-to-speech module
- Host: GitHub
- URL: https://github.com/nikolajlauridsen/pingfun
- Owner: nikolajlauridsen
- Created: 2016-11-21T08:28:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T09:42:07.000Z (over 6 years ago)
- Last Synced: 2025-01-20T11:48:10.315Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pingFun
Having som fun with ping and gtts text-to-speech module# Rquirements:
* gtts
* pygame# How to run
1. Clone or download repository
2. Install requirements like so:
```
py -m pip install -r requirements.txt
```
3. Configure the script by running
```
py pingFun.py -c
```
4. Run pingFun.py
```
py pingFun.py
```