Equalizer

This project required me to build a fully responsive landing page to the designs provided. I used HTML5, along with CSS Grid.

Rain Alert

This project required me to build an alert that sent an email whenever the weather called for rain. I used OpenWeatherMap API and Python for requesting weather data. Emails were sent using smtplib.

Password Manager

This project consisted of Python to create a unique string as user's password. I used json to store passwords and emails for websites. The GUI was created using tkinter. This simple password manager allows multiple passwords to be created and viewed in a text file.

Quiz Brain

This project was using Python. I use an API to get a list of questions based on topic of choice. The GUI is created using tkinter.