Python Script for Organizing Class Notes (28 Days of Hacking: Day 5)

Last year I bought a Boogie Board which is a pretty neat piece of hardware for note taking. However it saves all the notes as a single page PDF. So I decided to write a Python script that integrates with Google Calendar. This enables me to first sort notes by class based on the timestamp on the notes. Once I have this I use PyPDF2 to merge the notes together to create scrollable notes for each class. I have the system set up to sync to my phone over Bluetooth. I can then push the notes to my Dropbox. This is a huge improvement from me sorting each PDF by hand. I will be providing the source code after I do a little more testing with the script.