PyLoggy icon indicating copy to clipboard operation
PyLoggy copied to clipboard

PyLoggy.py

Open geekypanda411 opened this issue 4 years ago • 20 comments

changed _winreg to winreg in the import section. Earlier it didn't work on python 3.7.2 after this change it does.

geekypanda411 avatar Mar 03 '20 19:03 geekypanda411

do it run one linux?

mujig1 avatar May 22 '20 07:05 mujig1

@mujig1 No, this keylogger uses some registry components and other windows only python modules.

geekypanda411 avatar May 22 '20 08:05 geekypanda411

Hey guys i need a key logger to track Facebook any ideas ? Thanks

Theloyalty97 avatar Jun 21 '20 02:06 Theloyalty97

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..

geekypanda411 avatar Jul 16 '20 07:07 geekypanda411

hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?

DhaiTalal avatar Aug 27 '20 12:08 DhaiTalal

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?

geekypanda411 avatar Sep 01 '20 05:09 geekypanda411

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

DhaiTalal avatar Sep 01 '20 07:09 DhaiTalal

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?

geekypanda411 avatar Nov 11 '20 10:11 geekypanda411

I'm having the same win32api.py not found also I'm running Termux on Android I'm a noob

knifeparty666 avatar Apr 27 '21 00:04 knifeparty666

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.

geekypanda411 avatar Apr 27 '21 01:04 geekypanda411

can I run the code on replit also im still gettingg they win error and im on pc

180vDirect avatar May 05 '21 06:05 180vDirect

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?

geekypanda411 avatar May 05 '21 07:05 geekypanda411

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

180vDirect avatar May 05 '21 08:05 180vDirect

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.

geekypanda411 avatar May 05 '21 09:05 geekypanda411

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.

Voxyy11 avatar May 05 '21 13:05 Voxyy11

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

spyhunyter avatar Jul 26 '21 23:07 spyhunyter

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.

geekypanda411 avatar Aug 01 '21 07:08 geekypanda411

changed _winreg to winreg in the import section. Earlier it didn't work on python 3.7.2 after this change it does.

mtrackeros avatar Sep 06 '22 12:09 mtrackeros

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

geekypanda411 avatar Sep 06 '22 13:09 geekypanda411

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: @.***>

mtrackeros avatar Sep 18 '22 06:09 mtrackeros