August 5, 2020 at 5:40 pm
#43687
sultand
Participant
Dear Diego,
Yes I installed pynput successfully.
When I start the keylogger it works fine because I can type and see the alphabet displayed on terminal but once I click any special key like SPACE, CAP TAB etc it quits the keylogger program and gives me the error message below
(File “keylogger1.py”, line 8, in process_key_press
log = log + str(key.char)
AttributeError: ‘Key’ object has no attribute ‘char’)