GithubHelp home page GithubHelp logo

prajwal-kedari / wifimangement_linux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prajwalkedari/wifimangement_linux

0.0 0.0 1.0 78 KB

Python module for wifi controll

Home Page: https://pypi.org/project/wifimangement-linux

License: MIT License

Python 100.00%

wifimangement_linux's Introduction

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:-

๐Ÿ”— Links

linkedin

wifimangement_linux's People

Contributors

prajwal-kedari avatar prajwalkedari avatar 25prajwal avatar

Forkers

25prajwal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.