Clone Digger aimed to detect similar code in Python and Java programs. The synonyms for the term "similar code" are "clone" and "duplicate code". What is software clone? Two continuous fragments of code form clone if they are similar enough. Why is it important to detect clones? The presence of clones can increase maintenance cost of the code. Detected clones can be refactored or just kept in mind