Metadata-Version: 2.1
Name: fritzbox-tray
Version: 1.0.45
Summary: A system tray application for interacting with FRITZ!Box devices.
Home-page: https://github.com/aviolaris/fritzbox-tray
Author: Andreas Violaris
License: GPLv3
Keywords: fritz,fritzbox,fritzbox-tray,fritzbox_tray,tray
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.md

# FritzBox Tray

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

![FritzBox Tray Icon](resources/ft.ico)

## Features

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

## Requirements

- Python 3.6 or higher

## Usage

To start FritzBox Tray, run the following command:

    fritzbox-tray

This will start the application and 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

## Contribution

Pull requests and issues are welcome.

## License

FritzBox Tray is licensed under the MIT License. See the [LICENSE](link here) file for details.


