A lightweight system tray application that monitors your network latency in real-time.
- 🖥️ Minimalist always-on-top overlay
- 📊 Continuous ping monitoring
- ⚙️ Customizable settings:
- Adjustable ping interval (500ms-10s)
- Change target host (default: 8.8.8.8)
- 🎨 Color-coded latency feedback:
- 🟢 <50ms 🟡 50-200ms 🔴 >200ms/errors
- 📌 Drag to reposition
- 🚫 Single instance protection
- Download the latest
.exefrom Releases - Double-click to run
git clone https://github.com/Javadseddigh/ShowPing.git cd ShowPing pip install PyQt6 python main.py
Usage 🖱️ Left-click & drag: Move the window
Right-click tray icon: Access menu
Show/Hide
Settings
Exit
Building from Source 🔨 pyinstaller --onefile --windowed --icon=icon.ico main.py
🛠 Tech Stack: Python 3 • PyQt6 • subprocess • QSharedMemory
📧 Contact: j3591552@gmail.com
🔗 Project Link: https://github.com/Javadseddigh/ShowPing