I had been so busy with my GATE preparations that I had to write some code to clear my head. Also my GitHub contributions graph has started looking so bleak lately. So, I started working on one of my old steganography project. It is hardly ground-breaking. It is the implementation of the age old LSB Steganography in images with Python and Pillow. For people who do not have a clue of what I am talking about, LSB Steganography is the method of encoding data in the least significant bits of the images so that, there is minimal or no significant change in the image when looked at with the naked eye.