Python package to simulate human keyboard typing
Project description
Human Typer
Python package to simulate human keyboard typing
Installation
Use the package manager pip to install human-typer.
pip install human_typer
Usage
from human_typer import Human_typer
My_Typer = Human_typer(keyboard_layout = "qwerty", average_cpm = 190)
# Directly with keyboard
My_Typer.keyboard_type("my text")
# With an Selenium element
my_element = driver.find_element_by_id("ID")
My_Typer.type_in_element("my text", my_element)
Contributing
Pull requests are welcome 😊
License
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
human-typer-1.0.0.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for human_typer-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 486b6efce6bf99bf2be3e54ce2c3b56b7548f4bc0b2e43b6346e4ebe567c494a |
|
MD5 | 2bd5f8a70282f363e906d845b745bdf1 |
|
BLAKE2b-256 | c443d199e7d533fe97f4c27585f6ae3d49afe0d11e493a6b4bc9b30dbbee50d0 |