First commit of README.md
Fixed it so that with Open(file_path, 'rb') as infile block is fully exited before shutil.move is called. Exiting the with block ensures that infile is closed.
Updated script to use PdfReader to read the PDF files and PdfWriter to create new PDF files for each split page.
First Commit