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.2.tar.gz
(5.4 kB
view hashes)
Built Distribution
Close
Hashes for human_typer-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11fa006235f39d78d5e8c5e0bab35a8a8905766532dfb5650fd08be80f8655ff |
|
MD5 | d9c8cc95a04b734102352bd3b38d3f97 |
|
BLAKE2b-256 | 79d4c94bf7d1eea46fd402f9a76d7db2307e4b3f903c84f0efc9685b716aa335 |