Spelling Checker
Spelling mistakes are common while typing text, especially for beginners or non native English speakers. A spelling checker helps identify and correct these mistakes automatically. In this project, we...
Plagiarism Checker
Plagiarism detection is an important concept in content verification academic integrity and software development. In this blog post we will build a simple plagiarism checker using Python that compares...
Tic Tac Toe Game
This project creates a fully interactive Tic Tac Toe game using Python’s Tkinter GUI library. It allows two players to play on a 3x3 grid highlights the winning combination and includes a reset button...
Rock Paper Scissors Game
This project is a simple console based Rock Paper Scissors game where the user plays against the computer. The script demonstrates how to take user input generate a random computer move and compare bo...
Simple Household Bill Split
This small Python script divides a shared household bill among the people living in a flat or hostel. It collects rent food and electricity details from the user calculates the electricity charge and ...
Create UPI Payment QR Codes
This small Python script creates UPI payment QR codes that open a payment app when scanned. It accepts a UPI ID from the user and builds three UPI payment URLs for popular apps then generates and disp...
Simple Text Editor: Python Tkinter GUI
A beginner friendly Python GUI application built with Tkinter that lets you create, open, edit, and save text files. It demonstrates menus, text widgets, and file dialogs while using a clean dark them...
Download Instagram Posts
A Python script that downloads all Instagram posts, images and videos from any public profile and saves them inside a dedicated folder automatically. Useful for archiving media, creating datasets, and...

and more to be added…