PY-LOGIN Login to Micronet Switch, get and change setting Installation Python 3+ Create Virtual Environment python -m venv venv .\venv\Scripts\activate Install the dependencies pip install requests pip install BeautifulSoup4