Skip to content

A simple Command Line Application (CLI) to count the number of words in a text file

Notifications You must be signed in to change notification settings

Nawaz2000/Word-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word-Counter

A simple Command Line Application (CLI) to count the number of words in a text file.

Description

A CLI made using java. Just enter the commands to know the number of words in any text file. Also check their number of occurances.

Opening screen alt text

File Opener Window alt text

count-words alt text

count-words-display alt text

Version

1.2

Features

  1. New Upload window: Now select your text file from a window opener instead of specifying a path
  2. Occurance of each word: Choose between only to see the total number of words or also each word and the number of occurance

Installation

This is a simple command line program and you must have jdk installed to use it ...

  1. Make sure you have java installed in your PC
  2. Clone the entire project into your pc or copy only the Executable folder to your desired location
  3. Head to the Executable folder
  4. Double click on the run.bat file
  5. Use the follwing commands...
    1. $ help # Opens the help menu
    2. $ count-words # launch program and display the number of words
    3. $ count-words-display # launch program and display the number of words along with words and their number of occuranceach word in the file
    4. $ exit # Exit!
  6. Enjoy!

Usage

Educational purpose.... Don't worry, just make it your own!

Project status

In development stage

About

A simple Command Line Application (CLI) to count the number of words in a text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published