Skip to main content

A simple library to bind your mouse and keyboard.

Project description

keyppc Documentation

PFPC(password, savepath, exceptions)
argument optional default available
password no [ string type ]
savepath yes "./" [ string type ]
exceptions yes [] [ list-pynput-key type ]
penalty yes "start chrome.exe" [ string type ]
Example of using this library
from keyppc.keyppc import PFPC
from pynput.keyboard import KeyCode, Key
exceptions = [Key.esc, Key.ctrl, Key.end, KeyCode(char = 'o')]
savepath = "./"
password = "abcdefg"
penalty = "start chrome.exe"
PFPC(
  password = password,
  savepath = savepath,
  exceptions = exceptions,
  penalty = penalty
).run(chances = 5, verbose = True)

Project details


Download files

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

Source Distribution

keyppc-0.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

keyppc-0.0.1-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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