Coders Packet

Packets submitted by Swetha Sukumar

An app to track Amazon Prices in Python

A Python application that tracks the Prices of an Amazon Product and sends an email every time there is a price drop.

Sudoku Solver using the Backtracking Algorithm in Python

This Sudoku Solver Project implemented in Python uses the Backtracking algorithm to find a solution to any solvable sudoku board

Password Generator using Python

A Project implemented in Python where a User can generate strong passwords according to the length of the password given