Skip to content
Amy edited this page Dec 3, 2023 · 3 revisions

This repository is a Python library for interfacing with the acmCSUF Christmas Tree! This project was started to help support the Blinking Lights 2023 event.

If you're more comfortable writing JavaScript/TypeScript, check out the TypeScript version of this project.

You can find out more about the project here, which also has a guide for writing code for the TS/JS library. However, if you're looking to write code for the tree in Python, you're in the right place!

This library is designed to communicate with servers running christmasd, which is also where you can find the Protocol Buffer files if you'd like to roll in your own language.

Examples for how to use this library are available in the examples repository; however, to get started, enter Getting Started!

Clone this wiki locally