-
Amazon Price Tracker
Professional projectPython code solution and explanationrequests, bs4, BeautifulSoup Introduction Do you find yourself checking the price of an Amazon product every single day? How can you save as much as possible on a pretty expensive product? How about an amazon price tracker. Today we’re going to make a program that alerts you when the price…
-
NBA Custom Web Scraper
Professional projectPython code solution and explanationrequests, bs4, BeautifulSoup Introduction Although I’m a huge NBA fan, I usually don’t have the time to catch up on games every single day. So today we’ll be making a program that automates the process of collecting the current standings of NBA teams from ESPN. It retrieves data about the…
-
Automate Google Dinosaur Game
Professional projectPython code solution and explanationPIL, pillow, pyautogui Introduction The google dinosaur game has become popular among players of all ages. It’s even become a cultural icon of the internet. It’s a simple and addictive 2D side-scrolling game built into the Chrome browser. The original game is only activated when the player’s internet connection goes…
-
Image Pallete Generator
Professional projectPython code solution and explanationcolorthief, matplotlib, RGB, HEX introduction An image palette generator is a tool that can analyze an image and extract its dominant colors to create a color palette. This palette can then be used for website design, graphic design, and other visual arts, to create a consistent and appealing color scheme…
-
Image Watermark
Professional projectPython code solution and explanationPillow, PIL, text watermark introduction Traditionally, adding a watermark to an image would require the use of image editing software such as Photoshop. Which can take lots of time, especially if you have more than one photo. However, with this program, watermarking can be done automatically. For example, if you…
-
PDF to Audiobook
Professional projectPython code solution and explanationPyPDF2, gtts, audiobook, text-to-speech Introduction Using AI text-to-speech, a Python script can convert PDF text to speech, creating a free audiobook. The latest text-to-speech technology is so advanced, it can produce a more lifelike performance than a traditional audiobook. Today we’re going to write a python script that takes a…