Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 256 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 256 Bytes

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