Coders Packet

Packets submitted by Deevanshi Sharma

Amazon product price tracker using Python and Beautiful soup

Amazon product price tracker using Python & beautiful soup takes user input (URL of the product), fetches the price of that product from Amazon, and notifies via email.

Automated Google search using Python

This is a Python source code for Automating Google search using the selenium library. As the name suggests, it takes user input and automatically initializes a Google search for that.

Python Automated Birthday Email Sender using Pandas library

This python program will automatically send Birthday wishes mails to your friends and colleagues on their birthday using your email credentials.

QR Code Generator in Python using qrcode and pillow packages

This is the source code for the QR Code generator in python using qrcode and pillow packages. It takes user input (text/link) and saves the QR code for that input in png format.