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: 5 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.
- Host: GitHub
- URL: https://github.com/rz-k/Duplicate-Finder
- Owner: rz-k
- Created: 2020-02-18T12:26:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T09:53:21.000Z (about 5 years ago)
- Last Synced: 2024-08-08T09:38:28.528Z (8 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - 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. (Python)
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
## 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
```
## GuideTo see duplicate words and display their numbers, we have the following command
* -f For Find and Show
* -r For Remove
* -c For Path file