Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 492 Bytes

christmas-py-example

Python example to interact with christmasd using christmas-client-py.

Usage

# STRONGLY RECOMMENDED: Use a virtual environment!
python3 -m venv .venv && source .venv/bin/activate

# Install dependencies
pip3 install -r requirements.txt

# Run the draw image example
python3 ./examples/draw-image.py

More examples can be found in the examples/ directory.