Skip to main content

A system tray application for interacting with FRITZ!Box devices.

Project description

FritzBox Tray

A system tray application for interacting with FRITZ!Box devices.

fritzbox-tray

python-versions code-size repo-size

status license format pypi-downloads

Features

  • Display current external IP address
  • Reconnect FRITZ!Box device
  • Quit application

Requirements

  • Python 3.6 or higher

Installation

To install FritzBox Tray, run the following command:

pip install fritzbox-tray

Usage

To start FritzBox Tray:

  • On Windows, the application can be run from any location. Simply double-click the fritzbox-tray.exe (usually located in %LOCALAPPDATA%\Programs\Python\Python##\Scripts or run the fritzbox-tray command from the command prompt.

  • On Linux, it is necessary to navigate to the application's folder path (usually located in ~/.local/bin) before running the application, using the ./fritzbox-tray command.

This will place an icon in the system tray. Right-clicking on the icon will display a menu with the following options:

  • Display Current IP Address: Display a notification with the current external IP address of the FRITZ!Box device

  • Reconnect: Terminate and re-establish the Internet connection of the FRITZ!Box device

  • Quit: 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fritzbox-tray-1.0.58.tar.gz (59.2 kB view hashes)

Uploaded Source

Built Distribution

fritzbox_tray-1.0.58-py3-none-any.whl (57.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page