This script encrypts ant file to image and decrypts it in Python3
Encode file in an image
You can encode any file or files to one image
encoder.py open file as binary and get the byte of file and merge in one image
decoder.py open encoded file and decrypt file byte and save in decoded file