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