Skip to content

Commit

Permalink
README: fixed a typo and changed title level
Browse files Browse the repository at this point in the history
  • Loading branch information
mbideau committed Feb 27, 2017
1 parent ef1f77f commit dda4266
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vcardtools
Automatically fix, split, normalize, group and merge/deduplicate vCard and VCF files (even large ones).

# Use case
## Use case

### Splitting

Expand All @@ -16,7 +16,7 @@ Identical to splitting, but it will group matching vCards (duplicates) into a di
Identical to grouping, but instead of grouping matching vCards (duplicates) into a directory it will merge them into one unique vCard file with the most relevant name (the longuest name found).


# Installation
## Installation

Requires python 3 (tested with 3.4, may work with 3.2).

Expand All @@ -33,7 +33,7 @@ apt install --no-install-recommends python3-pip

Create a python virtual environment :
```
python3 -m venv DIR vcardtools
python3 -m venv vcardtools
```

Install required python dependencies :
Expand All @@ -42,7 +42,7 @@ pip install vobject
pip install fuzzywuzzy
```

# Usage
## Usage

Run `python3 vcardtools.py`.

Expand Down Expand Up @@ -105,14 +105,14 @@ optional arguments:
default is: INFO
```

# Notes
## Notes

It outputs only vCard 3.0 format, but accept 2.1 and 3.0 vCard format (even mixed).

It uses logging as output, so adjust verbosity by adjusting the log level.


# Tips
## Tips

If you already have multiple individual vCard/VCF file that you want to group/merge, just re-combine them together before runing the tool. They will be re-splitted and grouped/merged.

Expand Down

0 comments on commit dda4266

Please sign in to comment.