Python example to interact with christmasd using christmas-client-py.
# 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.