user3333708
user3333708

Reputation: 427

Is there a way to use input from my PS3 controller in python?

I'm trying to find a way to use my PS3 controller in python, and just searching around I've only found ways to do this on a Raspberry Pi or on some linux software, but I'm just using windows here.

This could either be some library made for controllers or possibly I don't mind getting the input directly from the USB somehow and programming that myself

Upvotes: 1

Views: 3781

Answers (1)

Amber
Amber

Reputation: 526643

The inputs library on PyPI seems aimed at this.

Upvotes: 2

Related Questions