Where to start key logger | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

24th Jun 2019, 7:43 AM
Rasmus Andersen
2 Answers
+ 2
Thanks I think it's exactly what i need.
25th Jun 2019, 5:47 AM
Rasmus Andersen
+ 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/
24th Jun 2019, 8:55 AM
CodeMStr
CodeMStr - avatar