Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.36 KB

File metadata and controls

33 lines (26 loc) · 1.36 KB

🚀 Python Mini Projects Collection

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


📂 Project List

🎲 Games

  • 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.

🧠 Algorithms & Problem Solving

  • 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.

🛠️ Utility Tools

  • 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.

💼 Mini Systems

  • Shop-billing.py – Simple shop billing system with menu and order handling.

⚙️ Note

Make sure you have Python installed Some projects may require additional libraries This repo is open-source and free to use for learning .