@swdv-660-1w-18-fa1/aj-week1-word-counter v0.0.1
week-1-assignment-AJtwiss01
Node project
This package dependencies are chalk and wordcount.
This little program will read text.txt file in the root of the project count the word and display in the console what the content is with color.
###Steps
1. git clone https://github.com/Maryville-SWDV-660-FL18-1W/week-1-assignment-AJtwiss01.git
cd week-1-assignment-AJtwiss01npm installnpm run start
Python project
This package dependencies are colorama and wordcount.
This little program will read text.txt file in the root of the project count the common words and display in the console what the content is with color.
###Steps
1. Run if not already accomplished from node project git clone https://github.com/Maryville-SWDV-660-FL18-1W/week-1-assignment-AJtwiss01.git
Change directories if not already there
cd week-1-assignment-AJtwiss01pipenv installpython main.pyorpython3 main.pydepending on which is installed
8 years ago