Skip to content

The project "Copy-Catcher" is a simple plagiarism detection tool in python code, the basic idea is to normalize python representation and use difflib to get the modification from referenced code to candidate code. The plagiarism defined is how many referenced code is plagiarized by candidate code, which means swap referenced code and candidate c…

Akash-Ramjyothi/Copy-Catcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy-Catcher

📜 Description:

The project "Copy-Catcher" is a simple plagiarism detection tool in python code, the basic idea is to normalize python representation and use difflib to get the modification from referenced code to candidate code. The plagiarism defined is how many referenced code is plagiarized by candidate code, which means swap referenced code and candidate code will get different result. The Similarity of the two files are being compared here.

📽 Sample Demo:

Copy-Catcher.Demo.Made.with.Clipchamp.mp4

👀 The above demonstration Shows the working in 3 scenarios:

  • 1st scenario shows 100.00 % Plagiarism between the 2 files.
  • 2nd scenario shows few lines removed, and 18.89 % Plagiarism between the files.
  • 3rd scenario shows all the lines of the file removed and 0.00 % Plagiarism between the files.

🏗 Built With:

  • Python.
  • difflib.
  • SequenceMatcher.
  • PyCharm.

📝 Feedback Form:

https://forms.gle/mxpiGKb1oqEQJYsM6

🧪 Steps to Build locally:

  • Clone the Repository with:
git clone https://github.com/Akash-Ramjyothi/Copy-Catcher 
  • Install required dependencies with:
pip install difflib
  • Run the Script, type:
python3 main.py

💥 How to Contribute?

PRs Welcome Open Source Love svg2

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help me know what this Code is all about.

👦 Developed By:

Akash Ramjyothi

               ☎️ PH:+91 8939928002.

🌐 References Used:

About

The project "Copy-Catcher" is a simple plagiarism detection tool in python code, the basic idea is to normalize python representation and use difflib to get the modification from referenced code to candidate code. The plagiarism defined is how many referenced code is plagiarized by candidate code, which means swap referenced code and candidate c…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages