Create README.md
This commit is contained in:
parent
8c29dbb455
commit
79e0aacd0f
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# excel-dupes-finder
|
||||
Find duplicates accross multiple Excel files or sheets
|
||||
|
||||
## Requirements
|
||||
- python 3
|
||||
- xlrd
|
||||
- unidecode (used here to work with accents)
|
||||
- argparse
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
python3 src/main.py -f FILE [FILE ...]
|
||||
```
|
||||
|
||||
All files must be Excel workbooks.
|
Loading…
Reference in a new issue