(BIM & Apple) Calculator

Windows-based calculator apps created using Python and Tkinter including BMI calculator and iPhone-style calculator for UI design practice.

Year

2026


Gallery

Bim calcultor & Apple Cacultor (1280 x 800 px)

About the Project

This project includes two Windows-based calculator applications developed using Python and Tkinter as part of learning GUI design and layout management.

The first application replicates the Apple iPhone calculator interface using Tkinter, focusing on UI styling, button placement, and event handling.
It performs basic mathematical calculations while maintaining a clean and modern interface similar to the original Apple calculator.

The second application is a BMI (Body Mass Index) calculator built with Tkinter, where users can enter height and weight to calculate BMI values.
This project helped in understanding widget placement, label and button alignment, color styling, and user input handling.

Both applications were created as learning projects to improve skills in Tkinter GUI development, layout control, and Python-based desktop application design.
The code is structured with comments to make it easy to understand and modify for beginners.

Technologies Used:
Python, Tkinter

Platform:
Windows Desktop Application

Main Features:

Apple Calculator UI Clone
BMI Calculator
Clean GUI Design
Button & Layout Practice
Input Handling
Fast Calculation
Styled Interface
Beginner Friendly Code
Commented Source Code
UI Alignment Practice

Goal of Project:
Learning Tkinter GUI development, UI styling, and building desktop applications using Python.