Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rz-k/Duplicate-Finder
- Owner: rz-k
- Created: 2020-02-18T12:26:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T09:53:21.000Z (over 4 years ago)
- Last Synced: 2024-06-27T17:42:56.444Z (4 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
![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
```
## 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