PU-wifi
A python program written by @saicharankandukuri to keep you device connected to parul university wifi


Installation
- make sure you installed python in your OS
bash git clone https://github.com/SaicharanKandukuri/puwifi cd puwifi pip install -r requirements.txt# Usage
General
âžī¸ Forever login mode -k
this is what the aim of repo
-k or --keep-alive attribute is say script to run a forever loop!
scripts tries to contact
google.comif connection fails script tries to send login request to host i.e: 10.0.0.1 with username & password provied with-u&-pargumentspython3 puwifi.py -k -u YOUR_USERNAME -p YOUR_PASSWORD
đĒĩ One-time login -l
you can login with -l or --login argument
python3 puwifi.py -l -u YOUR_USERNAME -p YOUR_PASSWORD
đĨ Logout from puwifi
for logout use option -o or --logout argument
python3 puwifi.py -o -u YOUR_USERNAME -p YOUR_PASSWORD

go watch your videos now
Finally
This repo is made fully on self-intrest cause iam a student in parul university, wifi here is great&fast but a bit tricky

so instead of playing dino i made this script by re-enginerring an year old puwifi login website & used some of knowledge to make this script happen
follow me on
đē github,
| đĻ Twitter
| đ¸ follow me on Instagram: atonzman1x1
| đŽ Add me on discord: SAICHARAN KANDUKURI#3741
đ If this work of me helped you make sure you start this repo, or buy me a juice of coffee when we meet đĨ¤
â ī¸ DOnt use practices used in this code for any kind of mischievous things. i need wifi working
Licence
MIT License Copyright ÂŠī¸ saicharankandukuri
Log in or sign up for Devpost to join the conversation.