mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
8 lines
241 B
Markdown
8 lines
241 B
Markdown
# Plagiarism Detector
|
|
This script helps to detect the amount (percentage) of similarity between 2 files .
|
|
|
|
## Input
|
|
It takes paths of 2 files you want to compare as input
|
|
|
|
## Output
|
|
It returns the percentage of similarity between the 2 files |