Skip to content

A command line script that checks for matching characters between two files.

Notifications You must be signed in to change notification settings

captbilard/Word_Match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A command line script that compares two files and identifies matching words.

Python Version

Minimum python requirements: python 3.8

Usage

  • Clone the repo to your local system using git clone https://github.com/captbilard/Word_Match.git
  • cd into the cloned directory
  • In your terminal run: python3 app.py <path_to_file.txt> <path_to_second_file.txt>
  • For a table showing the comparison saved in an html file run python3 app.py <path_to_file.txt> <path_to_second_file.txt> --html in your terminal

About

A command line script that checks for matching characters between two files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages