Spotify

Spotify Playlist Creator

I was inspired to make this program after my friend wanted to separate their liked songs into different vibes so they could shuffle play. I used the Spotify API to access a users account. To authenticate the account, a browser tab is opened with a sign in page. You can then choose a variable such …

Pong

Pong

Very simple game of Pong I made in Pygame. Ball moves diagonally in the most basic way possible, by adding or subtracting 1 of the x and y. Implemented collision with the walls and paddles, and a score system. Implemented a very simple bot to play against the user: paddle simply moves towards the y …

Coronaclock

Corona Clock

This was my first adventure into IoT/electronics. The idea came when I found an API which served data relating to the COVID pandemic. I researched how to connect a seven segment display to a Raspberry Pi, using the GPIO pins. I also discovered I2C which is a brilliant way to connect electronic devices with only …