Coders Packet

Packets submitted by Malavika S Anand

Steganography in Python using Stepic Module

Steganography is the method of hiding data in Images. This project implements Steganography in Python using Stepic module with Pillow Module handling the Images. 

Web Scraping In Python using BeautifulSoup

This project helps to scrape the internet, download the images from the specified URL and save the scraped images in a Word document.

String Encoding and Decoding in Python using Tkinter

This project is created in Python using the Tkinter library for GUI. It allows the user to encode and decode the input string. The libraries used are Tkinter and Base64.