A curated collection of beginner-friendly Python scripts that demonstrate automation, data parsing, and real-world utility using powerful Python libraries.
| 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 |
git clone https://github.com/Badal-06/Mini_Python_Projects.git
cd Mini_Python_Projects