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.3
to
1.4
+3
-2
pccontrol/controller.py

@@ -5,6 +5,7 @@ import os

import pyautogui
from json import loads
def get_ip():
ip = get('https://api.ipify.org').text
ip = get("https://api64.ipify.org?format=json").text
ip = loads(ip)["ip"]
if ip == None or '':

@@ -11,0 +12,0 @@ print("ERORR getting IP.")

+1
-1
Metadata-Version: 1.1
Name: pccontrol
Version: 1.3
Version: 1.4
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.3', # Start with a small number and increase it with every change you make
version = '1.4', # 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