Metadata-Version: 2.1
Name: fritzbox-tray
Version: 1.0.51
Summary: A system tray application for interacting with FRITZ!Box devices.
Home-page: https://github.com/aviolaris/fritzbox-tray
Author: Andreas Violaris
Project-URL: Thumbnail, https://user-images.githubusercontent.com/48277853/211209412-af7acfa0-ef66-4375-8d18-decb8d21fb8d.png
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](https://user-images.githubusercontent.com/48277853/211208943-1cbb41fb-60a7-44d1-a697-5d0493bb167c.png)

## 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, 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

This project is licensed under the GNU General Public License v3.0.

See the [LICENSE](https://github.com/aviolaris/fritzbox-tray/blob/master/LICENSE.md) file for details.


