Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 973 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 973 Bytes

VisioWords

A word cloud visualizer implemented in Python and PyGame

Installation

VisioWords needs PyGame to work. It can be easily installed using PIP with pip install pygame.

Usage

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.

Example

The example uses some dummy text (from Blind Text Generator) using a mask Example using a mask

or without a mask

Example without a mask

TODO

  • 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