countwords module

Count the occurrences of all words in a text and write them to a CSV-file.

countwords.count_words(reader)

Count the occurrence of each word in a string.

countwords.main()

Run the command line program.

countwords.parse_command_line()

Parse the command line for input arguments.