Convert any given animated gif file into an animation in GIFT CSV format
This repo is made to participate in Matt Parker’s XmasTree 2021 event. Convert any given animated gif file into an animation in GIFT CSV format. Convert a Gif: First, run pip3 install -r requirements.txt to install the necessary packages. To convert a gif you will need a CSV file with coordinates of the Xmas tree’s LED lights; Matt Parker’s 2021 coordinates are given in examples/coords_2021.csv. Run this command: python3 convert.py The output will be a CSV file in GIFT format […]
Read more