mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
13 lines
194 B
Markdown
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
|
||
|
```
|