Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rz-k/Duplicate-Finder

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.
https://github.com/rz-k/Duplicate-Finder

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://T.me/S3CURITY_GRAY)

## Find Duplicate & Show them
![alt text](http://s7.picofile.com/file/8388687442/find.png "find duplicate")

## Remove Duplicate
![alt text](http://s7.picofile.com/file/8388687884/remove.png "remove duplicate")

## 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