Skip to content

MRSDPY/Key-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SD Key Logger


For capture keyboard copy this steps :-

1) You Can install SD KeyLogger using

     pip install SDKeyLogger

2) And then import it

     from key_logger import SDKeylogger

3) After that add this two line

    capture = SDKeylogger("file_name")
    capture.start()

Note:- Here, in SDKeylogger you can pass the file name with extension

example :- SDKeylogger("key.txt")

About

KeyLogger made with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages