https://github.com/theldb/pingorannoy
Just a simple python script to ping a server and if it cant ping it, it plays an annoying sound
https://github.com/theldb/pingorannoy
Last synced: 2 months ago
JSON representation
Just a simple python script to ping a server and if it cant ping it, it plays an annoying sound
- Host: GitHub
- URL: https://github.com/theldb/pingorannoy
- Owner: TheLDB
- Created: 2020-11-20T20:25:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T20:29:10.000Z (over 4 years ago)
- Last Synced: 2025-03-20T17:56:10.513Z (2 months ago)
- Language: Python
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PingorAnnoy
## A python script I wrote that constantly pings a server, if it cant ping it, it plays an annoying sound.
## Prerequisites
-https://pip.pypa.io/en/stable/installing/
-https://pypi.org/project/APScheduler/
-https://pypi.org/project/playsound/
-https://pypi.org/project/pyobjc/