Installation

The fritzconnection package is available on PyPi and installable by pip:

$ pip install fritzconnection

To enable the creation of QR-codes for wifi login, install fritzconnection with the qr-option:

$ pip install fritzconnection[qr]

New in version 1.9.0.

This will install an additional dependency segno. In case you’ve missed this, segno can get installed any time later:

$ pip install segno

It is good practice and highly recommended to do the installation in a virtual environment – either by means of venv or conda (comes with miniconda or anaconda).

fritzconnection requires Python >= 3.6