artashkan / rtdocs-example

Simple example project to demonstrate readthedocs documentation service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Simple example project to demonstrate readthedocs documentation service


Languages

Language:Python 100.0%