https://github.com/johnuberbacher/ip_pinger
Ping devices on a local network and get notified if they are connected or disconnected, built using Python3
https://github.com/johnuberbacher/ip_pinger
Last synced: 7 months ago
JSON representation
Ping devices on a local network and get notified if they are connected or disconnected, built using Python3
- Host: GitHub
- URL: https://github.com/johnuberbacher/ip_pinger
- Owner: johnuberbacher
- License: mit
- Created: 2021-06-01T17:07:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T16:06:45.000Z (over 4 years ago)
- Last Synced: 2025-03-06T02:17:32.766Z (10 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP_pinger
Ping devices on a local network and get notified if they are connected or disconnected, built using Python3

### Installation
```
git clone https://github.com/johnuberbacher/IP_pinger.git
cd IP_pinger
pip install pyttsx3
```
### How to Run
```
Replace value 'ip_address' with the device IP you want to ping
python IP_pinger.py
```