- It checks a plagiarism in two text files.
- It is made by using Python(not the zoo's 🥲)
- You must have Python 3.8.3 or above. I expect everyone will have it. If not then update it now what are you waiting for.
- All the dependecies to run this program is already present in python that is defaultly installed.
- In 'with open()' place the text file path you want to check and in other 'with open()' place the text file path with which you want to
- the check the plagiarism whith.
- It will then give result.
Screen.Recording.2022-04-04.at.11.21.07.PM.mov
Please check this video as it states shows how is the result returned and i have used only two text files.
Clone this repository:
- git clone https://github.com/abhijeet007rocks8/Dev-Scripts.git
- Change directory:
- cd Dev-Scripts
- cd Python
- cd Plagiarism
- Find main.py and run it.
Change this project as much as you like and if you want to improve then you guys are welcome