You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

pccontrol

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pccontrol - pypi Package Compare versions

Comparing version
1.2
to
1.3
+1
-1
pccontrol/controller.py

@@ -61,3 +61,3 @@ import os

def get_wifi_connnections():
def get_wifi_connections():
os.system("netsh wlan show profiles")

@@ -64,0 +64,0 @@

Metadata-Version: 1.1
Name: pccontrol
Version: 1.2
Version: 1.3
Summary: This is a python library that gives you functions for doing multiple things on pc.

@@ -5,0 +5,0 @@ Home-page: https://github.com/karimk123/pccontrol

@@ -5,3 +5,3 @@ from distutils.core import setup

packages = ['pccontrol'], # Chose the same as "name"
version = '1.2', # Start with a small number and increase it with every change you make
version = '1.3', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository

@@ -8,0 +8,0 @@ description = 'This is a python library that gives you functions for doing multiple things on pc.', # Give a short description about your library