I was inspired to create this project during finals week. I was tired of watching videos and wanted to read the content instead. I decided to create a tool that would transcribe the audio from a video into text. This way, I could read the content instead of watching it. The project was not that difficult to create, but I wanted to include it since it shows my knowledge in using APIs and the Google Cloud Platform. I used Python to create this project using the moviepy library to extract the audio from the video to turn .mp4 files into .wav files. Then I used the Google Cloud Speech-to-Text API to transcribe the audio from the video. I then saved the transcribed text to a .txt file. I added some quality of life features such as it being able to transcribe multiple videos at once and being able to transcribe videos from a YouTube link. It also adds all the videos to a directory so they are kept together. I am proud of this project because it was not only a useful tool that I created to help me study for finals, but it allowed me to learn how to use APIs.