This is a script that access a Microsoft 2013 Access Database. The second column in the access db contained a Long Binary Data which was a bytearray in python
The following Packages were used:
- PIL - Python Image Library
- python-docx - python write/read docx files module
- sys - in-built python module
- io - in-built python module
- pyodbc - module for access databases