Skip to content

Instantly share code, notes, and snippets.

View nullableVoidPtr's full-sized avatar
👋
henlo break pls

Avery nullableVoidPtr

👋
henlo break pls
View GitHub Profile
@nullableVoidPtr
nullableVoidPtr / extract_commbank.py
Last active December 10, 2023 00:55
Generate transactions CSV from Commonwealth Bank of Australia PDF statements
#!/usr/bin/env python
# SPDX-License-Identifier: MIT
# Copyright nullableVoidPtr
import sys
import PyPDF2
import re
from decimal import Decimal
from datetime import datetime
from typing import Iterable, Tuple, Optional