Announcement

Collapse
No announcement yet.

PS4 Bot in Python

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PS4 Bot in Python

    Hello!

    I am creating a bot that will work on PS4 Remote Play. I need to simulate a key press on a gamepad.

    With reWASD, I remapped keyboard keys to gamepad keys. For example 'space' = 'X'. But I can't press 'X' in Python because pressing 'space' is simulated.

    Perhaps in the code I should use not 'space', but 'X'... I do not know how to do it. Maybe there are some code names for the gamepad keys so that Python would understand them?

  • #2
    Hello,

    It won't work. reWASD works with physical devices only, but the Python code emulated virtual keyboard input (i guess), which is ignored by reWASD.

    Unfortunately, I can't help you with this question.
    Don't worry! Be Happy!

    Comment

    Working...
    X