Entry task for Tinkoff ML Spring '23. A simple anti-plagiarism tool for python code that uses the Levenshtein distance method without using non-standard libraries.
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Create a txt file that contains the paths of the files to be compared
files/main.py plagiat1/main.py files/lossy.py plagiat2/lossy.py files/lossy.py files/lossy.py
- Run
compare.py
with the file from the previous step as the first argument and the file you want to output the result to as the second argumentpython3 compare.py input.txt scores.txt