Skip to content

Instantly share code, notes, and snippets.

View alexjaw's full-sized avatar

Alexander Jaworowski alexjaw

  • Sweden
View GitHub Profile
@alexjaw
alexjaw / evil.py
Created October 1, 2016 13:11 — forked from glennzw/evil.py
Simple Python library to manage wireless network connection.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# [email protected] / @glennzw
# Handle wireless networking from Python
# The name (evil.py) is a play on 'wicd'
from subprocess import Popen, call, PIPE
import errno
from types import *
import logging
import sys