Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm unable to run the program. #48

Open
arewageek opened this issue Dec 5, 2023 · 1 comment
Open

I'm unable to run the program. #48

arewageek opened this issue Dec 5, 2023 · 1 comment

Comments

@arewageek
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants