Software Engineering - Assignment 3
This project will display the number of LED's switched on in a given array, given an input file containing a set of instructions. The instructions understood are 'on', 'off' and 'switch'. To run this program from the command line, clone this repository and then while in the repository run:
$python3 setup.py install
and then
$light_box --input [file or URL]