New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pywifi-controls

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pywifi-controls

Python module to modify screen brightness on Linux, Windows and macOS

  • 0.8
  • Source
  • PyPI
  • Socket score

Maintainers
1

Platform Supported

Generic badge

Deployments

pages-build-deployment pypi-publish

PyWiFi-controls

Python module to control WiFi on Linux, Windows and macOS

Installation

python -m pip install pywifi-controls

Usage

Enable or disable Wi-Fi

from pywifi import ControlPeripheral

ControlPeripheral().enable()  # Turn on Wi-Fi
ControlPeripheral().disable()  # Turn off Wi-Fi

Connect to a Wi-Fi SSID

from pywifi import ControlConnection

# Arguments passed during object instantiation
controller = ControlConnection(wifi_ssid='ssid', wifi_password='password')
controller.wifi_connector()

# Argument values taken from env vars
ControlConnection().wifi_connector()

Arguments

Environment variables are loaded from a .env file.

  • wifi_ssid - SSID of the Wi-Fi connection.
  • wifi_password - Password for the Wi-Fi connection.

Release Notes

Requirement

python -m pip install gitverse

Usage

gitverse-release reverse -f release_notes.rst -t 'Release Notes'

Linting

PreCommit will ensure linting, and the doc creation are run on every commit.

Requirement

pip install sphinx==5.1.1 pre-commit recommonmark

Usage

pre-commit run --all-files

Pypi Package

pypi-module

https://pypi.org/project/pywifi-controls/

Runbook

made-with-sphinx-doc

https://thevickypedia.github.io/pywifi-controls/

© Vignesh Rao

Licensed under the MIT License

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc