Skip to main content

A wrapper for CharaChorder's Serial API written in Python

Project description

charachorder.py

A wrapper for CharaChorder's Serial API written in Python

Warning: This project is in beta; breaking changes will occur without notice. Please wait for v1.0.0

Features

  • Supports all major versions of Python3.
  • Exhaustive list of commands as in the Serial API.
  • Events (coming soon).

Installation

Python 3.8 or higher is required.

# Linux/macOS
python3 -m pip install -U charachorder.py

# Windows
py -3 -m pip install -U charachorder.py

To install the development version, run the following:

git clone https://github.com/GetPsyched/charachorder.py
cd charachorder.py
python3 -m pip install -U .

Usage

from charachorder import CharaChorder

for device in CharaChorder.list_devices():
    # Method 1
    with device:
        print(device.get_id())

    # Method 2
    device.open()
    print(device.get_id())
    device.close()

Links

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

charachorder.py-0.4.3.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

charachorder.py-0.4.3-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

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