Skip to content

Instantly share code, notes, and snippets.

View L0WK3Y-IAAN's full-sized avatar
👾
Malware Analyst

IAAN SECURITY L0WK3Y-IAAN

👾
Malware Analyst
View GitHub Profile
@L0WK3Y-IAAN
L0WK3Y-IAAN / controller.py
Created September 24, 2020 04:27 — forked from claymcleod/controller.py
Playstation 4 Controller Python
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# This file presents an interface for interacting with the Playstation 4 Controller
# in Python. Simply plug your PS4 controller into your computer using USB and run this
# script!
#
# NOTE: I assume in this script that the only joystick plugged in is the PS4 controller.
# if this is not the case, you will need to change the class accordingly.
#