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