Python Projects
Simple, practical tools created in Python to solve real-life problems.
These projects show my ability to work with logic, user input, calculations, and basic automation.
These projects show my ability to work with logic, user input, calculations, and basic automation.
BMI Calculator (Python)
A simple program that calculates Body Mass Index (BMI) based on the user’s weight and height.
Features:
User input (weight & height)
Automatic BMI calculation
Health category result (underweight, normal, overweight, obesity)
Option to repeat the calculation
Why this project?
This tool shows my understanding of mathematical formulas, conditional logic, and clean user interaction in Python.
This tool shows my understanding of mathematical formulas, conditional logic, and clean user interaction in Python.
Hours & Pay Calculator (Python)
A practical tool that calculates total working hours and total pay for multiple people based on an hourly rate.
Features:
Multiple user inputs
Automatic total hours calculation
Pay calculation based on hourly rate
Simple and clear output
Repeat option
Why this project?
This project demonstrates real-life problem solving, data handling, and basic automation using Python.
This project demonstrates real-life problem solving, data handling, and basic automation using Python.
Python Guest House Service System
Opis do Adobe Portfolio:
A simple Python console application simulating a guest house reception system. The program allows users to navigate rooms and select services such as breakfast orders, surfboard rentals, bicycle rentals, and yoga lessons using conditional logic and loops.