This repository contains a collection of beginner-friendly Python mini projects developed to strengthen programming fundamentals, logical thinking, and problem-solving skills. Each project demonstrates the practical application of Python concepts through interactive programs and console-based applications.
A simple console-based application to record and manage daily expenses.
A classic word-guessing game that demonstrates loops, conditional statements, and string manipulation.
An interactive quiz application that evaluates user responses and displays the final score.
A utility program that counts the number of words in a given text input.
- Python 3
- Variables and Data Types
- Conditional Statements
- Loops
- Functions
- Strings
- Lists
- Dictionaries
- File Handling
- Exception Handling
- Object-Oriented Programming (where applicable)
- Strengthen Python programming fundamentals
- Improve logical thinking and problem-solving skills
- Build practical console-based applications
- Apply programming concepts through real-world mini projects
Python-Mini-Projects/
│
├── 01_Expense_Tracker.py
├── 02_Hangman_Game.py
├── 03_Quiz_Game.py
├── 04_Word_Counter.py
├── README.md
└── LICENSE
AKASH R