Simple tool to generate team logos avoiding copyright problems.
- Create the docker image with the software
docker build -t team_avatar_builder .
-
Create a script to use the image using any of those already created in the project
-
Alternativelly, just execute the tool using the image just created
docker run -it --rm -v .:/team_avatar_designer team_avatar_builder python3 team_avatar_designer.py --pattern DiagonalStripe --size 200 --filename la_clippers --background-color "#ffffff" --stripe-color "#c8102E" --border "#1d428a" --direction right