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
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
keyppc-0.0.1.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file keyppc-0.0.1.tar.gz
.
File metadata
- Download URL: keyppc-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75821c33fdb55a2e8491723c080b0ea09306b6ab6e8f4bff613852649adff14a |
|
MD5 | 32c5a895495a1647db290f5a4bb9f65b |
|
BLAKE2b-256 | 027b56579a001e0d2dc593621a000b87cb810f9cedcfe49e4bf162cdb13a555a |
File details
Details for the file keyppc-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: keyppc-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f98966ed043a67406ec7b02080c2e76988a9d651733f17ae41e87c8ade8a1a4 |
|
MD5 | 39dcb59ed328698e420bee20af66ddfa |
|
BLAKE2b-256 | 9a239c44f58197e6b73f45aca25febd4941f1f7c92f394535a25a30832401aee |