A system tray application for interacting with FRITZ!Box devices.
Project description
FritzBox Tray
A system tray application for interacting with FRITZ!Box devices.
Features
- Display current external IP address
- Renew IP address
Preview
Requirements
- Python 3.6 or higher
Installation
To install FritzBox Tray, run the following command:
pip install fritzbox-tray
Usage
To launch FritzBox Tray:
-
On Windows, double-click the
fritzbox-tray.exe
(usually located in%LOCALAPPDATA%\Programs\Python\Python##\Scripts
) or run thefritzbox-tray
command from the command prompt. -
On Linux, double-click the
fritzbox-tray
(usually located in~/.local/bin
) or run the./fritzbox-tray
command from the terminal.
Once the program is running, an icon will be added to the system tray. By right-clicking on the icon, a menu will appear containing the following options:
-
Display Current IP Address: This option will trigger a notification displaying the current external IP address of the FRITZ!Box device.
-
Reconnect: This option allows you to instantly obtain a new IP address by terminating and re-establishing the Internet connection.
-
Quit: This option enables you to close the application.
Common Issues
"ValueError: Namespace AppIndicator3 not available" (Linux Only)
This error message indicates that the AppIndicator3
module, which the application uses to display tray icons on Linux, is not available on your system.
To resolve this issue, you will need to install the libayatana-appindicator3-dev
package, which provides the necessary files and libraries for the AppIndicator3
module. To install the package, use the following command:
sudo apt-get install libayatana-appindicator3-dev
Contribution
Pull requests and issues are welcome.
License
This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for fritzbox_tray-1.0.71-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f75550d159328592d3a2b53c029316c30d54c102191e20afe050b334c1525eb |
|
MD5 | 8dd4cd4772edbecbf22bd799463f186a |
|
BLAKE2b-256 | 6ea9eefaeaae0eb73c108345753aaf52425e652c5975ba6bf78cda32fd9de605 |