This repository contains a collection of beginner-to-intermediate level Python projects. Each script demonstrates core programming concepts, problem-solving skills, and practical applications, which i made during learning basics from various internet sources and youtube
- Dice-Games.py – Simulates dice rolling games.
- Guess the number – A number guessing game with user interaction.
- Slot_Machine.py – Basic slot machine game logic.
- Snake_game.py – Classic snake game implementation.
- Stone Paper Scissor – Rock-Paper-Scissors game.
- Maze_solver.py – Solves a maze using Breadth-First Search (BFS).
- binary_decrement – Performs binary number decrement operations.
- hcf_lcm.py – Calculates HCF (GCD) and LCM of numbers.
- Image resizer – Resize images programmatically.
- Password_Encrypting.py – Password encryption and basic management.
- Temp checker – Checks and converts temperature values.
- Text to speech – Converts text into spoken audio.
- Shop-billing.py – Simple shop billing system with menu and order handling.
Make sure you have Python installed Some projects may require additional libraries This repo is open-source and free to use for learning .