Showing 9 result(s)
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 …

Prime Generator

Prime Number Generator

This was one of my first major projects when I started programming. I remember starting this project after seeing a small snippet of logic required to search for prime numbers on a Stack Overflow page, and being very surprised by its simplicity. I began with the most simple search, with the user inputting a single …