A fun little tool using the PySimpleGUI Library that allows you to generate a randomly chosen emotion, location, job, or animal. Access the project here.
Using my previous project (Art Prompt Generator) as a framework, and this code from Geeks for Geeks (https://www.geeksforgeeks.org/download-video-in-mp3-format-using-pytube/), I was able to make a small program to download videos without using a sketchy site or my quite slow process described above. It allows you to download a YouTube video's audio in MP3 or WAV format. Access the project here.
This project was completed as a part of HackWashU 2022 with fellow teammates Kevin Yang-Li, Ella Nguyen, and Safiya Menk. We wanted to create a project that would help individuals find a variety of general technology internships. We also wanted to create a bot of some sort, so we decided to combine the two by creating a bot that would find internships. The BreadBot takes in a user command and generates a set of buttons that allows the user to find tech internships and resources that will facilitate the process of acquiring an internship. I contributed by putting the internship data into a CSV file and using Python's CSV module to parse the data for use with the buttons. I also helped with the randomization element for the buttons using Python's random module. Access the project here.
Our team all agreed that studying can be a drag, and we need all the help we can get. Whether it was "Study with Me" Youtube videos that mimic body doubling or Pomodoro timers, we found that we all benefitted from these strategies. Why not combine the strategies into one? Doro allows students to create and join study sessions with others based on major, chosen study session time and length, and others. During each break, members can share a photo of their progress to help keep each other accountable. We built a prototype in Figma. I helped lay out the last frame in the Figma prototype. Access the project here.