R0land013 / blue-nauta

A multi platform app to log in nauta network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blue Nauta

Blue Nauta is a client app to make easy the process of logging in and logging out from the Nauta Captive Portal.

It aims to be multi platform. I created this tool because I change from Windows to Linux, and now I do not have a tool for logging in.

When I was a Windows user I used this client.

The core of this app is the nautapy package, created by ATS.

Run from source

Installing dependencies:

# You could do this on virtual environment

# For Windows
pip install -r requirements.txt

# For Linux
pip3 install -r requirements.txt

Running the app:

# For Windows
python main.py

# For Linux
python3 main.py

Contributing

Open an issue if you found a problem or if you want to make a suggestion. You can do a pull request if you wish to add new features or fix bugs.

About

A multi platform app to log in nauta network


Languages

Language:Python 100.0%