Skip to content

Check for plagiarism of .doc, .docx, .pdf, .txt files.

License

Notifications You must be signed in to change notification settings

KR1470R/plagiator-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plagiator-py

Description

Plagiarism detector, which uses the edubirdie service under the hood. It helps you to check approximate uniqueness of the document. Nice tool for school/college/university course/diploma projects.
⚠️This tool can be used to avoid the service limitations in words amount and size of documents⚠️

Supportable documents formats

  • pdf
  • docx
  • doc
  • txt

OS compatibility

Linux/MacOS
Windows is under the question due to i didn't tested, but should work respectively.

Installation

git clone git@github.com:KR1470R/plagiator-py.git && cd plagiator-py
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

Note for linux users

You can install the tool and use it as a CLI. Run the following command:

bash install

After installation completed successfully, restart your terminal and use the plagiator by the following command:

plagiator <optional-path-to-document>

⚠️For now, detailed results in json format and other data will be saved in ~/.plagiator directory, instead of cloned projects repo!

Usage

The tool will be ready to use straight up after install. Run the command inside the project directory:

python -m main

or(if installed)

plagiator

It will ask you to specify absolute path to your document:

prompt image


After entering the path and clicking enter the tool will show up the progress and after finish you will see the average uniqueness percentage of the text from the document:

finish image


Also, in the /results directory there will be saved more detailed results of the every plagiarism detection in json format, in which you will see where exactly the plagiarism detected and links of sources where specific text from your document matched in the WEB:

results example image

About

Check for plagiarism of .doc, .docx, .pdf, .txt files.

Topics

Resources

License

Stars

Watchers

Forks