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.10.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.10.tar.gz.
File metadata
- Download URL: human_typer-1.0.10.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 |
637d963b128e81c05c775ce60ec5897b5785c5c6f87ee972e8f63d1da1650b33
|
|
| MD5 |
d670a6f6aedb6e411040b1dbd261b740
|
|
| BLAKE2b-256 |
cb69077c8e735fdcc6141d8494666c154541301dff36ab85f3f883dbf2583c8e
|
File details
Details for the file human_typer-1.0.10-py3-none-any.whl.
File metadata
- Download URL: human_typer-1.0.10-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 |
af86bad52a279d1d04712b4c8d9339240b97795fbccdbcefce69c35eb05c89fe
|
|
| MD5 |
9ca2743675e44401c4ab4d62130d7cb8
|
|
| BLAKE2b-256 |
309ce27275070fac37b7c8b5c0d9f70669fd6d24a77267555942a74169ce7961
|