Coloured and templated wordcloud
Bit more playing with the wordcloud generator from yesterday. Grabbed my logo and turned it into a coloured template. More fun of the ridiculous kind.
- Grabbed the
colored.py
code from the word cloud examples and duplicated it into my docker repo as masked003.py - Used gimp to grab my logo, painted the bits I wanted blank white, left the rest, exported to a png
- Tweaked the masked003.py to use my templates
- Ran the script
docker run -i --rm -v DIRECTORY\output:/wordcloud/output -t wordcloud output/masked003.py
