Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 742 Bytes

Plagiarism Tester

Tests similarity between two pdf files, Built using difflib and pyPDF

Currenlty available for python 2.7!

Will you please port to 3.3 ;) ? Please use the py3 branch and edit the main_py3.py file!

Download pyPDF at http://pybrary.net/pyPdf/

Background

Fed up with teachers, who used to deny project submission which was typed and printed (because they thought, everyone will copy-paste the thingo), I just planned to make a plagiarism tester so that they could find who copied whose!

This is only a core software! I'll have to work a bit more to complete my plan :p

Usage

Example:

./main.py "file1.pdf" "file2.pdf"

Or,

./main.py -v "file1.pdf" "file2.pdf"