wCloud

A command line tool to generate wordclouds.

Documentation Status https://coveralls.io/repos/github/neocortex/wcloud/badge.svg?branch=master

About

This is a command line wrapper around https://github.com/amueller/word_cloud using click.

Installation

$ pip install wcloud

Usage

Basic:

$ wcloud input.txt

With options:

$ wcloud -b white -w 300 -h 200 -o output.png input.txt

With mask:

$ wcloud -m mask.png -o threepio.png threepio.txt
examples/wordcloud.png