[Python][CLI] Record and play keyboard and mouse clicks.
Project description
🤖 Botable
Record and play keyboard and mouse clicks
install
pip install botable
use
as a lib
- launch the recording:
from botable import record, play
events = list(record())
- then press some keys and do some clicks
- press f1 to stop recording
- play the recorded events:
play(events, loops=10, rate=1.5)
as a cli
- launch the recording:
python -m botable record > ./events.py
- then press some keys and do some clicks
- press f1 to stop recording
- play the recorded events:
cat ./events.py | python -m botable play --playback-loops 10 --playback-rate 1.5
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
botable-0.0.1.tar.gz
(7.9 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 botable-0.0.1.tar.gz.
File metadata
- Download URL: botable-0.0.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d31728fdd1ab3bc3b6ca59f9a4e799ad1cfeddde97435cc27bbebe0dfdef61
|
|
| MD5 |
177c7298b76d068720571c0403bf27d0
|
|
| BLAKE2b-256 |
7899cac630cca8d0d805a89d0352bf60678eb4e7a23035ebf8e43a574308ee24
|
File details
Details for the file botable-0.0.1-py3-none-any.whl.
File metadata
- Download URL: botable-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28b9773032d37b71bac1132fb66717504fcd011f9b55119ab122b978e0daaad1
|
|
| MD5 |
66ee102532fcd9bc513a4f6881b97340
|
|
| BLAKE2b-256 |
c069d2586c6892121328b471b1d58c637549b596b251f9e929047132487ead87
|