How could I replay the inputs of different game controllers (joystick, steering wheels, …) in python
I am currently developing an application that captures keyboard and mouse inputs and then replays them. I am using Python libraries such as pynput and pyautogui for this purpose.