Generates a simple CV from a LinkedIn data export ZIP file.
- Go to Settings & Privacy → Data privacy → Get a copy of your data.
- Select Download larger data archive....
- Click Request archive.
- LinkedIn will email you a download link to a ZIP file when it's ready.
uv run main.py <path-to-linkedin-zip>pip install -e .
python3 main.py <path-to-linkedin-zip>| Argument | Description |
|---|---|
zip_path |
Path to the LinkedIn data export ZIP file (positional, required unless --test-run is used) |
--output-file |
Path for the generated CV HTML. Default: cv.html in the current directory |
--font |
Font to use for the CV. Default: Calibri |
--test-run |
Generate a CV using sample data from samples/input/ (output: cv.html) |
See a generated samples for reference.