Metadata-Version: 2.1
Name: fritzbox-tray
Version: 1.0.74
Summary: A system tray application for interacting with FRITZ!Box devices.
Home-page: https://github.com/aviolaris/fritzbox-tray
Author: Andreas Violaris
Keywords: fritz,fritzbox,fritz-box,fritzbox-tray,fritzbox_tray,avm-fritz,tray,python,pypi,python3,tray,tray-application,pypi-package,tray-app
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: charset-normalizer ==3.4.1
Requires-Dist: certifi ==2024.12.14
Requires-Dist: idna ==3.10
Requires-Dist: Pillow ==11.1.0
Requires-Dist: pystray ==0.19.5
Requires-Dist: requests ==2.32.3
Requires-Dist: urllib3 ==2.3.0
Requires-Dist: six ==1.17.0

# FritzBox Tray

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

[![fritzbox-tray](https://user-images.githubusercontent.com/48277853/211208943-1cbb41fb-60a7-44d1-a697-5d0493bb167c.png)](https://github.com/aviolaris/fritzbox-tray)

![python-versions](https://img.shields.io/pypi/pyversions/fritzbox-tray)
[![pypi-downloads](https://img.shields.io/pypi/dm/fritzbox-tray.svg?color=blue&label=downloads&logo=pypi&logoColor=gold)](https://pypistats.org/packages/fritzbox-tray)

[![license](https://img.shields.io/pypi/l/fritzbox-tray?color=blueviolet)](https://github.com/aviolaris/fritzbox-tray/blob/master/LICENSE)
![format](https://img.shields.io/pypi/format/fritzbox-tray?color=blueviolet)
![status](https://img.shields.io/pypi/status/fritzbox-tray?color=blue)
[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/fritzbox-tray?color=blue&logo=github&logoColor=white)](https://github.com/aviolaris/fritzbox-tray/stargazers)


## Features

- Display current external IP address
- Renew IP address

## Preview

[![fritzbox-tray](https://github.com/aviolaris/fritzbox-tray/assets/48277853/542c1b6f-77df-4681-b623-a875fadfc005)](https://github.com/aviolaris/fritzbox-tray)

## 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 the `fritzbox-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](https://github.com/aviolaris/fritzbox-tray/blob/master/LICENSE) file for details.


