Skip to content

A set of beginner-friendly Python projects for practicing essential programming skills, featuring tools like a tip calculator, BMI calculator, and more.

Notifications You must be signed in to change notification settings

RahemShakeel/Python-Projects

Repository files navigation

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

About

A set of beginner-friendly Python projects for practicing essential programming skills, featuring tools like a tip calculator, BMI calculator, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages