A word cloud visualizer implemented in Python and PyGame
VisioWords needs PyGame to work. It can be easily installed using PIP with pip install pygame
.
Modify the config.txt
, and run python visiowords.py
.
When the image is ready, hit CTRL/CMD+S to save the image. The filename will be created from the input filename and the images width and height, existing images will be overwritten.
The example uses some dummy text (from Blind Text Generator) using a mask
or without a mask
- Allow repetition of words/word fill (to fill masks)
- Alternative colors for word fill
- Add more shortcuts
- Allow alternative input format
- Allow HTML/Hex colors in config
- Alternative spiral algorithms