bekhruzdilshod / text-matching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About The Project

text-matching - script, that helps you to compare two text files and find a percent difference between them

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/bekhruzdilshod/text-matching.git

Usage

  1. Install script and copy paths to the two selected files you want to compare
  2. Run script via your OS terminal:
    python identity.py -first <FIRST_FILE_PATH> -second <SECOND_FILE_PATH>
  3. Get result
    Identity percent between two files: 95.04%

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Bekhruz Iskandarzoda - iskandarzoda@outlook.com - email

Project Link: https://github.com/bekhruzdilshod/text-identity

About

License:MIT License


Languages

Language:Python 100.0%