/rtdocs-example

Simple example project to demonstrate readthedocs documentation service

Primary LanguagePython

Word count script

The word count script is derived from work by Software Carpentry licensed under the Creative Commons Attribution license (CC BY4.0).

The wordcount script will count words in a given input file and writes the result to a given output file.

Prerequisites

  • Python3

Usage

  • Clone the repository
  • Run python source/wordcount.py <input_file_to_read> <file_to_write>