Skip to content

Macwifi is a Python module that helps you to manage the WiFi on macOS.

Notifications You must be signed in to change notification settings

dukecat0/macwifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macwifi

Macwifi is a Python module that helps you to manage the WiFi on macOS.

Installation

pip install macwifi

Example

Connect to a WiFi network:

import macwifi

macwifi.connect("MyWiFi", "password")

Done!

Usage

List all available WiFi networks.

list()

Get the information about the connected WiFi.

get_wifi_info()

Get the SSID of the connected WiFi.

get_ssid()

Get the signal strength of the connected WiFi.

get_rssi()

Connect to a WiFi network.

connect(ssid, password)

Turn on the WiFi.

turn_on()

Turn off the WiFi.

turn_off()

About

Macwifi is a Python module that helps you to manage the WiFi on macOS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages