keylogger tag

2 questions


2 answers
86 views
0
Find out which window the user is currently looking at with Python

I'm making a keylogging program with Python for learning purposes.I've already finished hooking up the keyboard to get the input value, but I can't even get the function or module I need to get the na...

1 years ago

1 answers
119 views
0
[pyinstaller] I set the path, but an error appears (failed to execute script)

import osimport getpassimport ctypesimport smtplibimport timefrom datetime import datetimefrom threading import Threadfrom pynput.keyboard import Key, Listenerdef resource_path(relative_path): try: #...


© 2024 OneMinuteCode. All rights reserved.