Latest Posts

Putin, Xi, and Allies Mark Russia’s Victory Day at Moscow Parade
Read More
'God Loves Peru': Peru Celebrates New Pope
Read More
Trump Administration Fires Librarian of Congress, Sparking Outrage
Read More
Russia Accelerates Military Build-Up as Artillery Moves Toward NATO Borders
Read More
Aussie Man Takes Home Entire $30 Million Powerball Jackpot
Read More
Celebrity Names Surface in Diddy’s Sex-Trafficking Trial as Jury Preps for Testimony
Read MoreProjects I've worked on

Spotify top-100 songs of the day playlist creator
Sometimes all we want to do is to create a special playlist for that special day. This project uses Spotify's API, requests module, and web scraping capabilities to seamlessly create that special playlist based on the top 100 billboard songs from any given day of your choice...

Twitter bot (Automation)
Bots! They are everywhere. Some even swear they are going to take our jobs but all you've got to do is learn how to make them do the work for you so they don't take your job, they provide you with a new job - watching them. Using Selenium, here's a bot I created to make your tweets for you while you enjoy your beverage...

Speech to Text
Sometimes you just can't catch the words people say or even if you do, you forget after blinking. Not to worry, this project uses pydub and Google Cloud's speech recognition to transcribe any audio you want to transcribe. Best of all, even though Google has an audio size limit of 10MB, you can transcribe any size audio using this code and here's why...

Snake Game using Turtle
The classic snake game we played in our childhood can never be forgotten. In this project, I build the entire game with a couple of updates to enhance your experience using Turtle graphics! This project is a fun way to learn about game development, collision detection, and user interaction in Python. Play to find out how many levels you can survive...

Password Manager
In today's digital age, managing and securing your passwords is crucial. This Python Tkinter project is designed to help you keep track of your passwords efficiently and securely. Our Password Manager app allows you to generate strong passwords, save them along with your website and email, and retrieve them seamlessly whenever you want...

Quiz Game with Quiz_Brain
So you think you are smart and can best any quiz at all? Can you face off Quiz_Brain in this tkinter designed game and come out victorious? Answer questions about general and weirdly specific knowledge to test the limits of your intellectual capacity while having fun. No! Do not ask GPT for the answers...