This document describes a plagiarism checker system that uses the Levenshtein algorithm to detect plagiarism in text documents. The system allows users to import paragraphs to check for plagiarism against a database of stored paragraphs. It analyzes the imported text and ranks how similar it is to texts in the database using the Levenshtein algorithm, which measures the minimum number of single-character edits needed to change one word into another. The system aims to efficiently detect plagiarism in medium to large volumes of student work with less human effort than other plagiarism checkers.