Skip to content

Instantly share code, notes, and snippets.

View haasr's full-sized avatar

Ryan Haas haasr

View GitHub Profile
#! /usr/local/bin/python3.12
from pypdf import PdfWriter
from pathlib import Path
import sys
import os
def get_files(directory):
pdfs = []