Skip to content

Script so that the Duncan Treasurers don't have to manually create DunCash word clouds.

Notifications You must be signed in to change notification settings

samshadwell/DunCash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DunCash

Script so that the Duncan Treasurers don't have to manually create DunCash word clouds.

Requirements

This script runs on Python 2, and requires the wordcloud Python package. Also of note, this package requires NumPy.

Use

To run, invoke this script with your Python interpreter and provide two arguments: infile, the csv which contains expense categories and dollar amounts separated by a newline. outfile, the file to write the image to.

Invocation for some infile expenses.csv and outfile image.png would look like:

python DunCash.py /path/to/expenses.csv /path/to/image.png

About

Script so that the Duncan Treasurers don't have to manually create DunCash word clouds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages