Skip to content

With this tool you can find duplicate words in lines of a text file and display the number of duplicates. And cleans them if needed.

Notifications You must be signed in to change notification settings

rz-k/Duplicate-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Duplicate-Finder

Description

With this tool you can find duplicate words in lines of a text file and display the number of duplicates. And cleans them if needed. Gray Security Team

Find Duplicate & Show them

alt text

Remove Duplicate

alt text

Installation & Runing

$ cd Duplicate-Finder 
$ pip3 install -r requirements.txt
$ python3 duplicate-finder.py -h 
$ python3 duplicate-finder.py -c passlist.txt -f
$ python3 duplicate-finder.py -c passlist.txt -r

Guide

To see duplicate words and display their numbers, we have the following command

  • -f For Find and Show
  • -r For Remove
  • -c For Path file

About

With this tool you can find duplicate words in lines of a text file and display the number of duplicates. And cleans them if needed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages