https://github.com/koonimaru/countdup
https://github.com/koonimaru/countdup
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koonimaru/countdup
- Owner: koonimaru
- Created: 2023-02-24T02:05:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T23:27:08.000Z (over 3 years ago)
- Last Synced: 2025-06-07T05:08:02.896Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# countdup
## What is countdup
countdup is a python script to count duplicated elements in a column of a input file
## Install
pip install git+https://github.com/koonimaru/countdup.git
## Example usage
On your terminal window, type
```bash
countdup -c 0
```