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
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
human_typer-1.0.9.tar.gz
(8.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file human_typer-1.0.9.tar.gz.
File metadata
- Download URL: human_typer-1.0.9.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
088360e5ae7be0a14a336c6193c683ef4e19e3030772373b46dd0cfed7f10cf2
|
|
| MD5 |
f76fee8864818bae56ea847ae17dab56
|
|
| BLAKE2b-256 |
c07e84804210e767a06f88da0b003f96e2710bbc7d4cb25a8e1f99e07213244a
|
File details
Details for the file human_typer-1.0.9-py3-none-any.whl.
File metadata
- Download URL: human_typer-1.0.9-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03c947306434ce322a4c5d27c7220c9f576dcda27dc1839f58698a647c778b2e
|
|
| MD5 |
781907136f7b8c2fec5fe0dda010983b
|
|
| BLAKE2b-256 |
9212f3e935e0a7d0f7efe69096736b8dcdf401fbefb77b4cee1ccf6707d479b5
|