python-scripts/scripts/Plagiarism-checker/README.md
2022-10-10 21:08:34 +05:30

13 lines
194 B
Markdown

# Plagiarism Checker
This is a simple Python script to check plagiarism between 2 files.
## Using the script
```bash
# install xlwt
pip install scikit-learn
# run script
python script.py
```