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