fritzbox-tray


Namefritzbox-tray JSON
Version 1.0.73 PyPI version JSON
download
home_pagehttps://github.com/aviolaris/fritzbox-tray
SummaryA system tray application for interacting with FRITZ!Box devices.
upload_time2024-10-04 10:57:02
maintainerNone
docs_urlNone
authorAndreas Violaris
requires_pythonNone
licenseNone
keywords fritz fritzbox fritz-box fritzbox-tray fritzbox_tray avm-fritz tray python pypi python3 tray tray-application pypi-package tray-app
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aviolaris/fritzbox-tray",
    "name": "fritzbox-tray",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "fritz, fritzbox, fritz-box, fritzbox-tray, fritzbox_tray, avm-fritz, tray, python, pypi, python3, tray, tray-application, pypi-package, tray-app",
    "author": "Andreas Violaris",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d8/24/cd34b4988f0b69f9f480c0c1c27240dd8e73af34ed2ba85f96a932e059f2/fritzbox_tray-1.0.73.tar.gz",
    "platform": null,
    "description": "# FritzBox Tray\r\n\r\n### A system tray application for interacting with FRITZ!Box devices.\r\n\r\n[![fritzbox-tray](https://user-images.githubusercontent.com/48277853/211208943-1cbb41fb-60a7-44d1-a697-5d0493bb167c.png)](https://github.com/aviolaris/fritzbox-tray)\r\n\r\n![python-versions](https://img.shields.io/pypi/pyversions/fritzbox-tray)\r\n[![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)\r\n\r\n[![license](https://img.shields.io/pypi/l/fritzbox-tray?color=blueviolet)](https://github.com/aviolaris/fritzbox-tray/blob/master/LICENSE)\r\n![format](https://img.shields.io/pypi/format/fritzbox-tray?color=blueviolet)\r\n![status](https://img.shields.io/pypi/status/fritzbox-tray?color=blue)\r\n[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/fritzbox-tray?color=blue&logo=github&logoColor=white)](https://github.com/aviolaris/fritzbox-tray/stargazers)\r\n\r\n\r\n## Features\r\n\r\n- Display current external IP address\r\n- Renew IP address\r\n\r\n## Preview\r\n\r\n[![fritzbox-tray](https://github.com/aviolaris/fritzbox-tray/assets/48277853/542c1b6f-77df-4681-b623-a875fadfc005)](https://github.com/aviolaris/fritzbox-tray)\r\n\r\n## Requirements\r\n\r\n- Python 3.6 or higher\r\n\r\n## Installation\r\n\r\nTo install FritzBox Tray, run the following command:\r\n\r\n    pip install fritzbox-tray\r\n\r\n## Usage\r\n\r\nTo launch FritzBox Tray:\r\n\r\n - **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.\r\n\r\n\r\n - **On Linux**, double-click the `fritzbox-tray` (usually located in `~/.local/bin`) or run the `./fritzbox-tray` command from the terminal.\r\n\r\nOnce 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:\r\n\r\n - **Display Current IP Address**: This option will trigger a notification displaying the current external IP address of the FRITZ!Box device.\r\n\r\n\r\n - **Reconnect**: This option allows you to instantly obtain a new IP address by terminating and re-establishing the Internet connection.\r\n\r\n\r\n - **Quit**: This option enables you to close the application.\r\n\r\n## Common Issues\r\n\r\n#### \"ValueError: Namespace AppIndicator3 not available\" (Linux Only)\r\n\r\nThis error message indicates that the `AppIndicator3` module, which the application uses to display tray icons on Linux, is not available on your system.\r\n\r\nTo 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:\r\n\r\n    sudo apt-get install libayatana-appindicator3-dev\r\n\r\n\r\n## Contribution\r\n\r\nPull requests and issues are welcome.\r\n\r\n## License\r\n\r\nThis project is licensed under the GNU General Public License v3.0.\r\n\r\nSee the [LICENSE](https://github.com/aviolaris/fritzbox-tray/blob/master/LICENSE) file for details.\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A system tray application for interacting with FRITZ!Box devices.",
    "version": "1.0.73",
    "project_urls": {
        "Homepage": "https://github.com/aviolaris/fritzbox-tray"
    },
    "split_keywords": [
        "fritz",
        " fritzbox",
        " fritz-box",
        " fritzbox-tray",
        " fritzbox_tray",
        " avm-fritz",
        " tray",
        " python",
        " pypi",
        " python3",
        " tray",
        " tray-application",
        " pypi-package",
        " tray-app"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae03cbdaeade27ac9d8428e4e358fe835d7ed9612715b0de5577c445fae3e98b",
                "md5": "cbe47b9126781bca398e515fc6491abf",
                "sha256": "0633bf67b3c3ae435756748100e58bad05dca3d37eabe8e0af3c6647ce88c712"
            },
            "downloads": -1,
            "filename": "fritzbox_tray-1.0.73-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbe47b9126781bca398e515fc6491abf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 57155,
            "upload_time": "2024-10-04T10:57:00",
            "upload_time_iso_8601": "2024-10-04T10:57:00.485908Z",
            "url": "https://files.pythonhosted.org/packages/ae/03/cbdaeade27ac9d8428e4e358fe835d7ed9612715b0de5577c445fae3e98b/fritzbox_tray-1.0.73-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d824cd34b4988f0b69f9f480c0c1c27240dd8e73af34ed2ba85f96a932e059f2",
                "md5": "b2849eec2f80789ac56f4b2c1a55a442",
                "sha256": "6f9440aed9648bcf72aa66e420eaf147e7b781c4eaa67182451cca444dc4d5d3"
            },
            "downloads": -1,
            "filename": "fritzbox_tray-1.0.73.tar.gz",
            "has_sig": false,
            "md5_digest": "b2849eec2f80789ac56f4b2c1a55a442",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 59503,
            "upload_time": "2024-10-04T10:57:02",
            "upload_time_iso_8601": "2024-10-04T10:57:02.372559Z",
            "url": "https://files.pythonhosted.org/packages/d8/24/cd34b4988f0b69f9f480c0c1c27240dd8e73af34ed2ba85f96a932e059f2/fritzbox_tray-1.0.73.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-04 10:57:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aviolaris",
    "github_project": "fritzbox-tray",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "fritzbox-tray"
}
        
Elapsed time: 0.44095s