/AutoNauta

Monitors and manages Internet connections Nauta Hogar for a better use of the user's balance and a better stability of the connection. Designed for environments where being connected 24x7 is the priority

Primary LanguagePython

AutoNauta

Monitors and manages Internet connections Nauta Hogar for a better use of the user's balance and a better stability of the connection. Designed for environments where being connected 24x7 is the priority

  1. Download and install needed softwares

Download Git https://git-scm.com/download/win Download VSCode https://code.visualstudio.com/download Download Python 3.10.4 https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe

  1. Clone repository (master branch): Open VScode > Clone repository > paste: https://github.com/xandross389/AutoNauta.git > hit enter Login on Github if needed

  2. Create python virtual environment

python -m venv env

  1. Activate virtual env [windows]

env\Scripts\activate.bat

  1. Install requirements

pip install -r requirements.txt