encrypt a message using AES algorithm and hide it in an image using a LSB method and random key generator. I

Question Description

I am looking for a python 3.0 code that can run on jupyter notebook. The task is to encrypt a message using AES algorithm and hide it in an image using a LSB method and random key generator. In order to retrieve the hidden message and decrypt it, use AES to decrypt and same LSB and Random key generator to get back the message.

Please find the attached spec.There are links for the papers and youtube videos.