I made a desktop music player app in python that has an integrated spotify/ youtube playlist downloader and a nice ui
github:github.com/IM-THE-GRASS/musicplayer
I made a leaderboard for arcade that scrapes data from your shop url to get your ticket count and uses symmetric encryption to keep the data secure. The site uses reflex.dev, the scraping uses beutifulsoup 4 and the ecryption is Fernet.
github: github.com/IM-THE-GRASS/arcade-leaderboard
live site: arcade-leaderboard.reflex.run
I made an arcade ticket tracker that scrapes data from your shop url and updates the ticket count automatically without making you touch anything other than inputting the url. It has goals that uses the arcade API to get all the items in the shop
github.com/IM-THE-GRASS/ticker-tracker
I made a clock app in Python with pygame. I use it on a screen connected to a raspberry pi 1b. It can use multiple fonts and it has the option of pulling inspirational quotes from the zenquotes API github.com/IM-THE-GRASS/rpi-clock (I have already posted this on scrapbook a while ago but i missed a few sessions so im posting this again and i hope thats ok)
github.com/IM-THE-GRASS/purple-goose-platformer I made a platformer game in pygame that has a level editor. its inspired by @Nibbles's Green Goose Platformer (I already posted this in scrapbook but i missed a few sessions last time so i hope its ok that i made this one and it just has the sessions i forgot)
I 3d printed a base for a 60mm pc fan and connected it to an arduino so now it turns on whenever the temperature outside is above a certain threshold
github.com/IM-THE-GRASS/arduino-controlled-fan
I made a clock app in Python with pygame. I use it on a screen connected to a raspberry pi 1b. It can use multiple fonts and it has the option of pulling inspirational quotes from the zenquotes API.