Projects

Python-Photo-Organizer

This is a picture organizing script written in python. It uses the OS, Shutil, and Exifread libraries. Over the years my personal pictures have grown more and more disorganized and unkeept. Especially across different phones with different photo naming schemes. The goal of this project is make a script that will sort pictures into directories by the year, month and day they were taken.

How to use this script:

  1. Open the directory with the picutes you want to organize.
  2. Move photo.py into the directory.
  3. Open a terminal and run photo.py

Recipe Web App

Flask web app made for my Component Based Software Development class. It's written in Python, HTML, CSS, and it also uses Spoonacualar API. The app is simple, it provides a form asking the user: what dish they want, what ingredients they want in the dish, what ingredients they don’t want in the dish. The app then makes an API request and processes the JSON info. The results are then organized and displayed on a new page.

Static & Dynamic Stream Web App

This was my final project Data Communications class. The goal of this project was to create a web app that would host a video and livestream my webcam. It was written in Python, HTML, and CSS. It uses the Flask framework, Auth0 for authentication, and it was deployed on Heroku.