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.
- Python3
- Clone the repository
- Run python source/wordcount.py <input_file_to_read> <file_to_write>