0.0.1 • Published 6 years ago

@swdv-660-1w-18-fa1/aj-week1-word-counter v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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

  1. cd week-1-assignment-AJtwiss01

  2. npm install

  3. npm 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

  1. Change directories if not already there cd week-1-assignment-AJtwiss01

  2. pipenv install

  3. python main.py or python3 main.py depending on which is installed