Python_Projects

🐍 Mini Python Projects

A curated collection of beginner-friendly Python scripts that demonstrate automation, data parsing, and real-world utility using powerful Python libraries.


πŸ“‹ Project Overview

Index Project Name Description / Function View Link
1 Automatic Message Sender Send unlimited messages through any messaging app automatically using the pyautogui and time library. πŸ”— View Code
2 Phone Number Locator Locate a phone number’s country and carrier using the phonenumbers library . πŸ”— View Code
3 Rock Paper Scissor A classic game implementation with computer opponent. πŸ”— View Code
4 Quiz Game An interactive quiz game to test knowledge. πŸ”— View Code
5 Simple Calculator A straightforward calculator for basic arithmetic operations. πŸ”— View Code
6 BMI Calculator Calculate body mass index (BMI) and categorize health status. πŸ”— View Code
7 CLOCK A digital clock display using Python’s time functions. πŸ”— View Code
8 CountDown Timer A countdown timer for tracking remaining time. πŸ”— View Code
9 COVID-19 Tracker Track COVID-19 statistics using online data sources. πŸ”— View Code
10 Currency Converter Convert currencies using exchange rates. πŸ”— View Code
11 Dice Rolling Simulator Simulate rolling dice with configurable number of dice and sides. πŸ”— View Code
12 Expense Tracker Track expenses and calculate totals to manage personal finances. πŸ”— View Code
13 File Organizer Automatically organize files in directories based on file type and extension. πŸ”— View Code
14 Guess Number Game An interactive number guessing game where the computer picks a random number. πŸ”— View Code

πŸš€ Getting Started

πŸ”§ Clone the Repository

git clone https://github.com/Badal-06/Mini_Python_Projects.git
cd Mini_Python_Projects