Python Basic Projects 🐍
This repository contains simple Python projects created to practice and strengthen Python fundamentals.
The projects focus on core concepts such as variables, loops, conditional statements, functions, strings, lists, dictionaries, and basic problem-solving.
📌 Projects Included
- Bidding Game
- Encryption and Decryption
- Guess the Number Game
- Hangman Game
- Leap Year Checker
- Password Generator
- Rock Paper Scissors Game
(More projects may be added as I continue learning.)
🛠️ Technologies Used
- Python
🎯 Purpose of This Repository
- To practice Python fundamentals
- To improve logical thinking and problem-solving skills
- To gain hands-on experience with small Python programs
- To build a strong foundation for advanced topics like Machine Learning