An open API service indexing awesome lists of open source software.

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

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

![made-with-python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)

### 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
```