0
Where to start key logger
I want to make a program that records my Mouse and keyboard activity with a push of a button, then i want to be able to push another button that plays My recording. So when i play a driving game i Can drive 1 lap while recording and then make it drive the second lap by replaying my actions recorded on the first lab. Here is My questions. Where do I start? what language do I use. If you have Any tips that would be appreciated aswell. Thanks
2 Respuestas
+ 2
Thanks I think it's exactly what i need.
+ 1
Python has some libraries that can record and control keyboard input and mouse position. I don't know much about these libraries but i know they exist.
Suggested library: directkeys
https://pythonprogramming.net/direct-input-game-python-plays-gta-v/