Member Avatar for sravan953

Hey guys!

I just wanted to make a simple Python Keylogger to know whether some on is fiddling with my laptop while I'm away or not...also, I want it to write the keys pressed to a file...

Oh, and, do to this is pyHook easier or Threading? And, BTW, what is threading for?

Thanks in advance guys and gals!

Recommended Answers

All 5 Replies

Threading is for running multiple things at once. Such as having a thread run to update a GUI while another performs some sort of data manipulation. So, threading is much different than what you're after.

Member Avatar for sravan953

From where do I download pyHook?

I successfully installed pywin32....but I am unable to get pyHook for Python 2.6.2!! Can anyone provide me the link for for pyHook(Python 2.6.2)

pyHook hasn't been written for python 2.6.2

Member Avatar for sravan953

pyHook hasn't been written for python 2.6.2

TCH!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.