All Projects and Solutions Categorized by Topic

Below is the complete list of all Python projects categorized by topic that have been sent to subscribers. The list is growing every day.

🖥️ Desktop GUIs

Km-to-Miles Converter GUI in Python 🌶️🌶️🌶️

Build a Web Browser with Python 🌶️🌶️🌶️🌶️

BMI Calculator GUI App with Python and PyQt6 🌶️🌶️🌶️

GUI App - Current Temperature for Any Place with Python 🌶️🌶️🌶️🌶️

Translator GUI Program with Python and PyQt6 🌶️🌶️🌶️🌶️

Build a Calculator with Tkinter and Python 🌶️🌶️🌶️🌶️

Full Quiz Desktop App with Tkinter 🌶️🌶️🌶️🌶️🌶️

Build a Data Entry GUI with Python 🌶️🌶️🌶️

Kivy App to Learn Foreign Languages 🌶️🌶️🌶️🌶️🌶️

🎮 Game Development

Snake game with Python 🌶️🌶️🌶️🌶️🌶️

Build a Number Guessing Game with Python 🌶️

📁 File/Directory Manipulation

Merge Text Files in Python 🌶️🌶️

Rename All Files in a Directory 🌶️

Remove Duplicate Files with Python 🌶️🌶️🌶️

Merge Excel Files with Python 🌶️🌶️

📈 Data Analysis and Visualization

Add New Column to Excel File with Python 🌶️🌶️

Plot Data from Multiple Files Using Matplotlib 🌶️🌶️

Plot Data from Multiple Files Using Streamlit 🌶️🌶️

Data Dashboard Bar Graph with Slider Using Streamlit 🌶️🌶️🌶️

Access quiz data from cloud-hosted JSON 🌶️

Plot employee performance by department with Python and Plotly 🌶️🌶️🌶️

Plot employee salaries by the department with Python and Plotly

🌶️🌶️🌶️🌶️

CSV Data Exploration Dashboard 🌶️🌶️🌶️

Total Goals Scored by Each Team in the 2020/2021 Football Season 🌶️🌶️🌶️

Using the New Python Polars Library 🌶️🌶️

🗳️ SQL Databases

Get Data from Invoices SQL Table 🌶️🌶️

📝 Text Processing and Regex

Using Regular Expressions (regex) to Extract Emails and Phone Numbers 🌶️🌶️

Extract the first sentence of every text file with Python 🌶️🌶️

Convert All Sentences to Sentence Case with Python 🌶️

🌐 Web Development

YouTube Downloader Web App Built with Streamlit 🌶️🌶️🌶️

Flask Distance Converter Web App in Python 🌶️🌶️🌶️🌶️

Streamlit Distance Converter Web App in Python 🌶️🌶️

To-do Web App with the Reflex Fullstack Framework 🌶️🌶️🌶️🌶️🌶️

File uploader web app with Flask 🌶️🌶️🌶️

Add Bootstrap to Flask App 🌶️

Translator Web App with Python and Django 🌶️🌶️🌶️🌶️🌶️

Rich Data Dashboard using the Reflex Fullstack Web Framework 🌶️🌶️🌶️🌶️🌶️

ChatGPT Clone using Reflex Fullstack Web Framework 🌶️🌶️🌶️🌶️🌶️

Deploy this Flask app live on PythonAnywhere 🌶️

Build a survey web app with Flask 🌶️🌶️🌶️🌶️

Signup/Login web interface with Streamlit 🌶️🌶️🌶️🌶️🌶️

Build a News Web App 🌶️🌶️🌶️🌶️

Python Data Dashboard: Discovering Historical Events 🌶️🌶️🌶️

Python Web App that Visualizes an SQL Database 🌶️🌶️🌶️

⛮ API Development and Utilization

Build a Recipe API with Flask 🌶️🌶️

Get Current Temperature for Any Place with Python 🌶️🌶️🌶️

Build an Invoice API with Python and Flask 🌶️🌶️🌶️🌶️

Convert Between Currencies for Any Date with Python 🌶️

Extracting Earthquake Data from the United States Geological Survey (USGS) Website 🌶️🌶️🌶️

🔨 Web Scraping

Scrape Wikipedia Page in Python 🌶️🌶️🌶️

Scrape a Value Every Minute from a Website with Python 🌶️🌶️🌶️

Weather Browser Automation with Selenium in Python 🌶️🌶️🌶️🌶️🌶️

Automate Login to Website with Python 🌶️🌶️🌶️🌶️

⬛️ Command-Line Apps

Command-Line Dairy App in Python 🌶️🌶️

CLI Tool to Find the Day of the Week for Any Given Date with Python 🌶️🌶️🌶️

Build a Translator Program with Python 🌶️

Eight geometry functions 🌶️

Discovering Historical Events by Date with Python 🌶️

🤖 General Automation

Schedule a Birthday Wish Email with Python 🌶️🌶️🌶️🌶️

Send Multiple Emails to Excel Email Addresses 🌶️🌶️🌶️

Send email with attachment using Python 🌶️🌶️

Merge Microsoft Word documents with Python 🌶️🌶️

Schedule Multiple Birthday Wish Emails with Python 🌶️🌶️🌶️🌶️🌶️

Clean the Downloads Folder Automatically with Python 🌶️🌶️🌶️

Convert Excel to CSV with Python 🌶️

Search and find content inside PDF files with Python and pdfplumber 🌶️🌶️🌶️

Monitor Local Folder with Python and Send Email on Change 🌶️🌶️🌶️🌶️🌶️

Batch-Export Webpages to PDF with Python 🌶️🌶️

Use Python to Generate 100 Excel Files with Random Names and Emails 🌶️🌶️🌶️

📱 Mobile App Development

Adding Numbers Mobile App with Kivy and Python 🌶️🌶️🌶️

📷 Image Processing

Remove Duplicate Photos with Python 🌶️🌶️🌶️

Recognizing Handwritten Numbers with Python and TensorFlow 🌶️🌶️🌶️🌶️🌶️

Motion Detection in Live Video with Python and OpenCV 🌶️🌶️🌶️🌶️

📍 Mapping and GIS

Europe Map with Folium and Streamlit in Python 🌶️🌶️🌶️

Map of US T-Intersection Car Accidents with Python 🌶️🌶️🌶️

Website with Map of US T-Intersection Car Accidents with Python and Flask 🌶️🌶️🌶️🌶️

Interactive Map of Earthquake Locations with Python 🌶️🌶️🌶️🌶️

🅾️ Object-Oriented Programming (OOP)

Convert password Generator to Object-Oriented Programming Style 🌶️🌶️

Create a Rectangle class (OOP) 🌶️🌶️🌶️🌶️

Create magic methods for Rectangle class (OOP) 🌶️🌶️🌶️