暂无描述

mike b246ae99e2 Updated README.md. 2 周之前
.idea a42be37390 Initial Commit 2 周之前
src 46d2e5c766 created python directory structure. 2 周之前
.gitignore 46d2e5c766 created python directory structure. 2 周之前
README.md b246ae99e2 Updated README.md. 2 周之前
csv_merge.py a42be37390 Initial Commit 2 周之前
log.txt 991ba67009 Updated .gitignore to remove log files (*.txt) 2 周之前

README.md

Script to Parse a paycheck or folder of paychecks and populate a csv file with aggregate data.

Useful for analysing paychecks a year at a time.

Currently, individual Paychecks fail, but folders work fine.

USAGE

source venv/bin/activate src/main.py [FOLDER]

deactivate