Create README.md

This commit is contained in:
Gabriel Augendre 2016-11-19 23:41:13 +01:00 committed by GitHub
parent 8c29dbb455
commit 79e0aacd0f
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View 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.