This python script efficiently converts PDF statements into a CSV file format.
I have a slight obsession with retrospectively tracking my finances - my initial credit card statement project was the catalyst to my curiousity see more here. This script is a follow up to that system.
I also wanted to deep dive into the pdfplumber package and documentation.
Lastly, i love projects that is in the spirit of "automating the boring stuff with python".
- In your ide,
pip3 install youtrip_statement_extraction_requirement.txt
- Import the sample file into your environment.
- Change the path of the pdf to your sample file path.
- Run the script to make sure your environment works before you make modifications to fit your need.
Feel free to contact me via a comment on this repo