🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

wifimangement-linux

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wifimangement-linux

A Wi-fi Mangement tool for Linux , which is developed using Nmcli

0.0.1
PyPI
Maintainers
1

wifimangement_linux

forthebadge made-with-python

Python 3.9
its only and only for Linux and Unix ,work with Nmcli . basic wifi or network tool controlling with python

Note => its not work with any Windows os

what is wifimangement_linux ?

its an python module . Its use for network or wifi controlling tool for Linux/unix . That prove many function such as enable, disable and connect ..etc . Its give full acces in python to handle system wifi.

Installation

Open terminal

sudo pip3 install wifimangement_linux

Function

Note:- Before use import moduls like below way :

import wifimangement_linux as wifi 

Disable Wifi

to Disable(off) the wifi

wifi.off()

Enable Wifi

to enable(on) the wifi

wifi.on()

Connect

Connect the wifi to network(name as wifi-name or your wifi name ) if the password already there

wifi.connect("wifi-name")

connect the wifi to network(name as wifi-name with password)

wifi.connect("wifi-name","wifi-password")

Scan

scan local wi-fi network

 wifi.scan()

list

get list of scan network

wifi.list()

share

share a connect wifi (information and password)

wifi.share()

share a connect wifi (information and password) with qr code

wifi.share("qr")

it return connect wifi password (pass=wifi.share("psk")) it store password in pass)

wifi.share("psk")

Hospot

it create hostop (with name as hostop-name and password as password ) =>note:- to off hostop and turn on wifi use (wifi.on())

wifi.hostop("hostop-name","password")

Interface List

it return list out all interface in pc

wifi.interface_list()

Interface Status

it return interfac stutus in pc

wifi.interface_status()

Interface Config

it return interfac configration in pc

wifi.interface_config()

it return interfac configration at certain interface in pc

wifi.interface_config("interface")

Gateway

return gateway of router (its an ip address of router)

wifi.gateway()

Ip Address

return ip addres of pc

wifi.ip()

Store

its return wifi and they password in dictory type

wifi.store()

print table

its print all saved wifi and password in nice table format

wifi.printpsk()

License

Requirement

Install python3 on pc:-

linkedin

Keywords

wifi linux

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts