ICMPing is a lightweight, open-sourced tool designed to send and analyze ICMP ping requests to IPv4 & IPv6 addresses, making network diagnostics simple and easy.
- Ping count
- Interval between pings
- Timeout duration
- Target IPv4 or IPv6 address
- Round Trip Time (RTT)
- Packet responsiveness
- Timestamped data
- Packets sent/received
- Packet loss
- RTT min/max/avg
- Jitter
VirusTotal results can be viewed here. Please note that the detections are false positives raised due to the application being packaged using PyInstaller. All code and files are completely safe and open-sourced, allowing you to download and view them at your convenience.
Version v1.1.0 is now verified by Microsoft Security Intelligence as of July 1st, 2025.
- Download the latest release here on GitHub
- Download the dependencies via pip
bash pip install customtkinter icmplib Pillow - Running the main.py file using Python version 3.7+

