Python Apps

(Note: For the code pertaining to these apps, visit this github repo)

1. Weather Forecast

A script that utilizes API requests and smtplib to notify you (through mail) about the weather.


2. ISS Position

A script that notifies you (through mail) whenever the ISS is above your city during the day.


3. Amazon Price Checker

This script notifies you when a particular product is sold below or at your required price.


4. Fund Tracker

This script keeps track of the NAV of market stocks.


5. Quiz

A quiz game coded utilizing OOPS concept.


6. Ping Pong

The classic Ping Pong game coded utilizing the in-built Turtle module.


7. Snake

The classic Snake game coded utilizing the in-built Turtle module.


8. Turtle Crossing

A cross-the-road-avoiding-traffic game coded with OOP using the turtle module.


9. Turtle Race

A Guess-who-wins race game using the turtle module.


10. Flashcard Memorizer

A simple game with tkinter GUI that helps in learning a new language.