Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 514 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 514 Bytes

Word_Count

A command line tool to mimick the built in wcword count tool.

This tool was built as part of a coding challenge that can be found here: https://www.linkedin.com/pulse/coding-challenge-1-john-crickett/?trackingId=PDgZ3EIYQNGEPDqAgtcnlA%3D%3D

This was my first foray in creating command line tools that run from anywhere in the terminal. The tool can be installed on any mac running python 3.6 or higher. It also requires installing Click which handles collecting command line arguements and options.