git clone https://github.com/NovaUniverse/Teams-Banner-Generator
cd Teams-Banner-Generator
pip install -r requirements.txt
cd src
python mcf_banner.py
• Step 4) DONE! The PNG should open up but it can also be found in the 'dest' folder with the following date.
(Assuming your in the src directory.)
python mcf_banner.py {path to teams.json} {date: 10/04/2022} {max teams: 12} {don't open file: True} {save location: "./dest"}
To settle with default options you can just pass "None", "none" or "null". Also we drop the final rendered images in a "dest" folder in the root directory but this can be changed in the cli args.
© Copyright (C) 2022 Nova Universe (Under the GPL-3.0 License)