Skip to content

LEDwallSeniorProject/library

Repository files navigation

calvin-cs-matrix-library

This is a matrix display library for a Calvin Computer Science Senior Project 2024-2025.

By: Alex Miller, Ellie Sand, Palmer Ford and Prof. Chris Wieringa


Installation requirements:

  • Python 3.8.x to 3.11.x
  • Git

How to install:

Make a new virtual environment:

python3 -m venv calvincsledvenv

Activate the environment

(Windows) calvincsledvenv\Scripts\activate

(Windows Powershell) . calvincsledvenv/Scripts/activate

(Linux/Mac) source calvincsledvenv\bin\activate

Install the library

pip install git+https://github.com/LEDwallSeniorProject/library.git

Test the library

python3

from matrix_library import Canvas as c

You should receive output that looks something like:

pygame 2.6.1 (SDL 2.28.4, Python 3.8.10)

Hello from the pygame community. https://www.pygame.org/contribute.html


See the examples folder for examples on using this library. Documentation is available at https://docs.google.com/document/d/1PBP75Na3zX3ePtl01ZUX5jHd2fPjrebl3Tx6YcjX_gc/edit?usp=sharing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages