Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.05 KB

Python Projects

This repository contains a collection of basic Python projects created during my learning journey. These projects cover fundamental Python concepts and are designed to help beginners understand and practice essential programming skills.

Projects

  1. Tip Calculator: A simple tool to calculate the tip amount based on the total bill and the desired tip percentage.
  2. BMI Calculator: A program that calculates Body Mass Index (BMI) based on user-provided height and weight.
  3. Leap Year Calculator: A script that determines if a given year is a leap year or not.
  4. Fizz Buzz: A classic programming challenge that prints numbers from 1 to 100, but replaces multiples of 3 with "Fizz", multiples of 5 with "Buzz", and multiples of both 3 and 5 with "FizzBuzz".
  5. Random Password Generator: A tool for generating secure, random passwords of a specified length.
  6. Paint Cans Estimator: A program to estimate the number of paint cans required to cover a given area, based on the area coverage of one can.

Requirements

  • Python 3.x