Coders Packet

Packets submitted by Deeksha R

Pricing Alert for E-commerce Website using Python

The user adds items to a list and sets a price . An alert is sent if the price of the item drops below the price set by the user. This program sends alerts to users via email.

Changing Wallpapers on Android app using Java

This app changes the wallpaper of the display screen after a time interval. The classes used are Drawable, Timer, and WallpaperManager.

Read data from Google sheets into an Android app in Java

This project reads data from google sheets in from of json object and data can be displayed and modified.