Skip to content

Jay-Deb/python-mini-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Python Projects for Practice

This repository contains a collection of Basic Python projects created for learning and practice purposes.

The goal of this repository is to strengthen core programming concepts and build a solid foundation in Python.

Projects Included

1. BMI Calculator

A simple program that calculates Body Mass Index (BMI) using user input.

Features:

  • Takes height (in meters) and weight (in kilograms)
  • Calculates BMI using formula:
    BMI = weight / (height²)
  • Displays health category:
    • Underweight
    • Normal weight
    • Overweight
    • Obese

2. Number Guessing Game

A simple interactive game where the user tries to guess a randomly generated number.

Features:

  • Generates a random number between 1 and 100
  • Allows multiple attempts until the correct guess
  • Provides hints:
    • Too low
    • Too high
  • Displays the number of attempts taken to guess correctly

Purpose

  • Practice Python fundamentals
  • Improve problem-solving skills
  • Build small real-world programs
  • Prepare for coding interviews and exams

Technologies Used

  • Python (Core)
  • VS Code (Code editor)

About

A collection of basic Python projects built to practice programming fundamentals, problem-solving and real-world logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages