Skip to content

a word cloud visualizer implemented in Python and PyGame

License

Notifications You must be signed in to change notification settings

chdudek/VisioWords

Repository files navigation

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

About

a word cloud visualizer implemented in Python and PyGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages