Weather Web Application (Python)
- Developed a real time weather application using Tkinter GUI, GeoPy to locate coordinates, Timezonefinder, PIL to add image processing capabilities and Datetime library to supply classes to work with date and time.
- Leveraged real time weather data from OpenWeather API allowing for 1000 calls per day at three endpoints - daily, current and hourly.
- Built an interface that allows users to type in any location on earth to create custom widgets displaying coordinates, time, timezone, day and night temperatures, wind speed, pressure and air quality of the place along with a forecast for one week.
Platformer Game (Lua)
- Developed a basic platformer game using Lua in LÖVE2D as a part of Harvard CS50 final project.
- Used libraries such as Simple-Tiled-Implementation as a tile map loader and renderer, anim8 to create grids and frames, and windfield as a physics module.