From 79e0aacd0fec92a39e07c4eeeb4be3dc2e73fe30 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 19 Nov 2016 23:41:13 +0100 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d64cf5 --- /dev/null +++ b/README.md @@ -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.