-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
PyLoggy.py #1
base: master
Are you sure you want to change the base?
PyLoggy.py #1
Conversation
Now it works
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 ? |
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? |
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 |
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 |
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 |
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.pyTraceback (most recent call last): |
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. |
|
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
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2RM3ASFYYZI5T4DR53MF23V446Z7ANCNFSM4LAQ6RKA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
changed _winreg to winreg in the import section. Earlier it didn't work on python 3.7.2 after this change it does.