Usage:
python3 tucker.py --jpg "original.jpg" --zip "archive.zip" --output "new_concatenated_jpg.jpg"
This program concatenates a jpg file with a zip file, appending the zip to the end of the jpg file.
Open the resultant combined jpg with a tool such as 7zip to ensure it worked correctly.