PyLoggy
PyLoggy copied to clipboard
PyLoggy.py
changed _winreg to winreg in the import section. Earlier it didn't work on python 3.7.2 after this change it does.
do it run one linux?
@mujig1 No, this keylogger uses some registry components and other windows only python modules.
Hey guys i need a key logger to track Facebook any ideas ? Thanks
Hey guys i need a key logger to track Facebook any ideas ? Thanks
Google maybe, but something like that would need to determine when a user is interacting with facebook, probably need a proxy module or some how hook into the browser, I don't know..
hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?
hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?
That's Odd, It works fine here, which version of python are you using?
hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?
That's Odd, It works fine here, which version of python are you using?
python 3 the latest
hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?
That's Odd, It works fine here, which version of python are you using?
python 3 the latest
Sorry for the late reply, lot of changes in the past few months, the issue still exists? If yes can you please paste the exact error message?
I'm having the same win32api.py not found also I'm running Termux on Android I'm a noob
I'm having the same win32api.py not found also I'm running Termux on Android I'm a noob
This script only works on windows. That is why it isn't working in your case.
can I run the code on replit also im still gettingg they win error and im on pc
can I run the code on replit also im still egttingg they win error and im on pc
I am sorry I do not understand what you are trying to say. replit?
Replit.it it's a online coding thing that runs python but I use it for my self bot and it works but I have the errror other ppl are having
Replit.it it's a online coding thing that runs python but I use it for my self bot and it works but I have the errror other ppl are having
I don't ha e experience with replit but i believe this is due them running your python code in a contained environment. But I can't be sure.
hi this does not work for me, or does it have to be marked "git clone https://github.com/D4Vinci/PyLoggy.gi" and executed the command, in a window like studio code or cmd. PS: I am new to this environment.
could anyone solve this problem?
python PyLoggy.py
Traceback (most recent call last):
File "PyLoggy.py", line 16, in
hi this does not work for me, or does it have to be marked "git clone https://github.com/D4Vinci/PyLoggy.gi" and executed the command, in a window like studio code or cmd. PS: I am new to this environment.
Hi, Actually the pull request has not been accepted so you can go on my fork of this and try it, it should work. Obviously before you try get the the required python modules (win32api,pythoncom, pyHook,smtplib,) using pip.
changed _winreg to winreg in the import section. Earlier it didn't work on python 3.7.2 after this change it does.
could anyone solve this problem?
python PyLoggy.py
Traceback (most recent call last): File "PyLoggy.py", line 16, in
import win32api,pythoncom ImportError: No module named win32api
You'll have to install the win32api module
Thanks!
wt., 6 wrz 2022, 15:07 użytkownik Aarjav Parashar @.***> napisał:
could anyone solve this problem? python PyLoggy.py
Traceback (most recent call last): File "PyLoggy.py", line 16, in import win32api,pythoncom ImportError: No module named win32api
You'll have to install the win32api module
— Reply to this email directly, view it on GitHub https://github.com/D4Vinci/PyLoggy/pull/1#issuecomment-1238126877, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2RM3ASFYYZI5T4DR53MF23V446Z7ANCNFSM4LAQ6RKA . You are receiving this because you commented.Message ID: @.***>