Skip to content

Word cloud generators

Python Wordcloud

Install

sudo apt install python3-wordcloud

or

pipx install wordcloud

Usage

Add - to default regex to include words like high-availability

wordcloud_cli
  --imagefile IT_Kenntnisse_Hinrichsmeyer.png
  --text kenntnisse-cloud.txt
  --mask thorsten-outline.white.png
  --background white
  --contour_width 1
  --height 800
  --width 600
  --regex "(?:\w[\w'-]+)"

Issues

Online generators