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.1.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for human_typer-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b7aeff3e33f1a83a5cff51c1870f962afd67b77e1f461403ee7a84aa8fb5c3b |
|
MD5 | 4aae9469c95d2b774370348a34e7623a |
|
BLAKE2b-256 | 24c66fa0e23533dbcecca45facf06211e9f08be4b5caed2e20a8b42d94d7bbc3 |