aydinnyunus / Keylogger

Get Keyboard,Mouse,ScreenShot,Microphone Inputs from Target Computer and Send to your Mail.
Apache License 2.0
2.08k stars 443 forks source link

I'm unable to run the program. #48

Closed arewageek closed 1 month ago

arewageek commented 9 months ago

After installing the required dependencies in the requirments.txt files. I'm unable to run the keylogger.py file

I always get an error stating:

Traceback (most recent call last):
  File "/home/arewageek/dev/py/loggers/Keylogger/keylogger.py", line 143, in <module>
    keylogger.run()
  File "/home/arewageek/dev/py/loggers/Keylogger/keylogger.py", line 115, in run
    keyboard_listener = keyboard.Listener(on_press=self.save_data)
NameError: name 'keyboard' is not defined

image

Sayadat99 commented 8 months ago

Install all dependencies by running the below commands one after another, then try

pip install pynput==1.7.3 pip install pyscreenshot==0.5.1 pip install sounddevice==0.4.3 pip install Pillow==9.3.0

arewageek commented 1 month ago

Thank you for your support. Issues were resolved.