Skip to main content

Python module to control ch9329

Project description

ch9329

Python module to control ch9329

Installation

You can install the package via pip:

pip install ch9329

Usage

from serial import Serial

from ch9329 import keyboard
from ch9329 import mouse

ser = Serial("COM3", 9600, timeout=1)

keyboard.press_and_release(ser, key="a", modifier="ctrl")
keyboard.write(ser, text="HEllo@World;")

mouse.move(ser, x=500, y=500)
mouse.click(ser, button="left")

ser.close()

License

This project is licensed under the terms of the MIT license.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact

If you want to contact me you can reach me at pradish@sandbox.com.np.

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

ch9329-1.0.4.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

ch9329-1.0.4-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file ch9329-1.0.4.tar.gz.

File metadata

  • Download URL: ch9329-1.0.4.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for ch9329-1.0.4.tar.gz
Algorithm Hash digest
SHA256 2cdee790e809e99e20de6c7101093a5eccc0d4743b9db1ca42e510318d45bd07
MD5 bdb7c72dc51b2fa42f9e494fa927e29a
BLAKE2b-256 fac40b8715248de1e4aa1b749625bf1aa9556ee1034bcfbd00941dc0f1670600

See more details on using hashes here.

File details

Details for the file ch9329-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: ch9329-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for ch9329-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c99a831affd4e6055cade4bbee5e71b64ad17a83038b7166fe4d50346174281b
MD5 5bb3b772289303f91352b35a02d00e1a
BLAKE2b-256 dd7eeb37e88e1c1af9d60e9efeb624da4aec1ec51a20edab2111098a3c05c14e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page