Skip to content

dev-vaibhav-0/iOS-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“± iOS Calculator (Flet)

A sleek and responsive iOS-style calculator for desktops, built with Flet.
This project recreates the clean iPhone-like vertical calculator layout, but designed to run as a desktop app with Python β€” no need for HTML, CSS, or JavaScript.


πŸš€ Features

  • πŸ“ Vertical iOS-inspired design, optimized for desktop use.
  • 🎨 Smooth, modern UI thanks to Flet.
  • βž• Basic calculator functionality (addition, subtraction, multiplication, division, …).
  • πŸ’» Cross-platform: works on Windows, macOS, Linux.

πŸ“¦ Quick Setup & Run

Copy-paste this in your terminal to get started instantly:

# Make sure Python 3.10+ is installed before running this

# 1. Clone the repository
git clone https://github.com/dev-vaibhav-0/iOS-Calculator.git

# 2. Go into the project directory
cd iOS-Calculator

# 3. (Optional) Create a virtual environment for a clean setup
python3 -m venv .venv
source .venv/bin/activate  # On Windows use: .venv\Scripts\activate

# 4. Install dependencies
pip install --upgrade pip
pip install flet

# 5. Run the calculator
python main.py

About

Look at the name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages