Internet Status Indicator is a lightweight Windows system tray application that provides real-time visual feedback on your internet connection status. Never wonder if you're connected again!
π’ Connected | π΄ Disconnected |
---|---|
Green Icon | Red Icon |
- π Real-time Monitoring: Continuously checks your internet connection
- π― Visual Feedback: Instantly see your connection status with color-coded icons
- πͺΆ Lightweight: Minimal resource usage, runs silently in your system tray
- π§ Smart Detection: Uses multiple methods to verify connectivity
- β‘ Fast Response: Detects connection changes within seconds
Install Internet Status Indicator with a single command in PowerShell:
irm almas-cp.github.io/isi | iex
Internet Status Indicator uses a sophisticated yet simple approach:
- Creates a system tray icon that displays your current internet status
- Checks connectivity to Google's DNS server (8.8.8.8)
- Updates the icon color based on connection status:
- π’ Green: Internet connection is available
- π΄ Red: No internet connection detected
- Windows operating system
- Python 3.6 or higher
- Required packages:
pystray
- For system tray integrationPillow
(PIL) - For icon creationrequests
- For HTTP connectivity testing
If you prefer to install manually:
Step | Action |
---|---|
1οΈβ£ | Clone this repository |
2οΈβ£ | Install required packages: pip install pystray pillow requests |
3οΈβ£ | Run the script: python script.py |
To uninstall, simply right-click the tray icon and select "Exit".
Contributions are welcome! Feel free to:
- Submit issues
- Propose new features
- Create pull requests
This project is licensed under the MIT License - see the LICENSE file for details.
Stay connected. Stay informed.
Made with β€οΈ by almas-cp