Skip to content

Chill-Astro/Calculator

Repository files navigation

Calculator Logo

Calculator

A Windows 11 native WinUI 3 calculator application that is Elevated with Powerful Scripted Actions. This utility combines a modern, clean interface with the ability to perform complex calculations across Mensuration, Finance, and Unit Conversions, making it significantly more powerful than standard calculators.

Target OS: Windows 11 ONLY. | Latest Stable Version: v11.26100.11.0

App Execution Aliases

Msix Release: calc+.exe & calculator.exe

Installer Release: calculator.exe


NOTICE :

I am currently unable to update and maintain this project due to my upcoming ICSE Exams. Don't worry the project isn't abandoned. It will be updated after ICSE 2026 Examinations are over. Also there are plans to publish this app to Microsoft Store. I am excited to show this to you!


Scripted Actions Included [ as of v11.26100.11.0 ] :

  • Base Calculator UI.
  • Scientific Calculator UI [ "Possibility" for v11.26100.12.0 ]
  • Convertors :
    • Unit Convertor
    • Currency Convertor
    • Base Convertor
  • Mensuration :
    • Heron's Formula
    • Perimeter Calculator
    • Area Calculator
    • Volume Calculator
    • Total Surface Area
    • Curved Surface Area
    • Diagonal Calculator
  • Algebra :
    • Quadratic Equation Solver
  • Finance :
    • Simple Interest
    • Compound Interest
    • Discounted Price Calculator
  • Extras :
    • Age Calculator
    • Date Difference Calculator
    • Factorial Calculator
    • Approximation
    • Prime No. Checker
    • Right Triangle Checker

Key Features :

  • Simple and Clean GUI. ✅
  • Dozens of calculation options. ✅
  • Fast and Error-Proof Calculations. ✅
  • High Precision for decimals. ✅
  • Modern UI with Fluid Animations and Transitions. ✅
  • History Support for the Base Calculator UI. ✅
  • Theme switching built in. ✅
  • Backdrop switching built in. [ B/w Mica Alt and Acrylic ] ✅
  • Available in both Msix & Installer Variants. ✅

Install Calculator [ Installer ] from Winget :

  winget install Calculator.unp

Previews :

  • Image Preview :
image
  • History Preview [ TO BE UPDATED ] :
Recording.2025-05-10.233252.mp4
  • Scripted Actions Preview [ TO BE UPDATED ] :
Screen.Recording.2025-05-10.234108.mp4

Installation :

  1. Download the .msix and .cer files from the latest release.
  2. Import the .cer file to the Trusted Root Certificates Store. [ ONLY ON FIRST RUN! ].
  3. Install the .msix file.

---------------------[ OR ]---------------------

  • Download the Calculator-Setup.msi to install the app easily.

Building from Source [ Screenshots are from Visual Studio 2022 ] :

  • Install Visual Studio 2026 with WinUI Application Development and .NET Desktop Development workloads. [ Visual Studio 2022 can also be used ].
    • Windows 11.
    • XAML Styler is recommended for contributing.
    • .NET 10.0 Runtime LTS is must.
    • Get the latest Windows 11 SDK [26100.xxxx].
    • Commnity Edition is sufficient for contributing and testing. Pro and Enterprise Editions can also be used.
    • Github Copilot and Live Share can be skipped for Storage Saving.

image

  • Get the Code :

    git clone https://github.com/Chill-Astro/Calculator.git
    
  • Open Calculator.sln in Visual Studio.

  • Hit Deploy as shown in Screenshot. [Building is Automatically Done while Deploying.]

image

Calculator is now Deployed and now it shall appear in the Start Menu.

image


Adding Currency Convertor :

Calculator uses ExchangeRate-API for Currency conversion. An API key must be mannualy added in the region indicated.

  • Open appsettings.json : Paste the Code into here.

      {
        "LocalSettingsOptions": {
          "ApplicationDataFolder": "Calculator/ApplicationData",
          "LocalSettingsFile": "LocalSettings.json"
        },
        "CurrencyApiKey": "Enter API Key Here"
      }
    
  • Buid and Run the Application as shown above.

Icon Sources and Credits :

  • Icons8 : For all the Mensuration and Quadratic Equation Solver Menu Logos,
  • SVG REPO : For Calculator Menu Logo, Unit Convertor, Heron's Formula, and most of the icons.
  • Icomoon : For the Base Calculator Icon and Produce the .ttf file for the Icons.
  • Microsoft Calculator : For Square Root and Cube Root Button Icons. Also this inspired me to make this app.
  • Advanced Installer Free : For Creating an Installer for it's Complex Structure.
  • ExchangeRate-API : For Currency Conversion. [ Free Plan, so Currency Conversion is Limited ]

⚠️ IMPORTANT NOTICE ⚠️

Please be aware: There are fraudulent repositories on GitHub that are cloning this project's name and using AI-generated readmes, but they contain completely random and unrelated files in each release. These are NOT official versions of this project.

ALWAYS ensure you are downloading or cloning this project ONLY from its official and legitimate source: https://github.com/Chill-Astro/Calculator

I am trying my best to report these people.


Note from Developer :

Appreciate my effort? Why not leave a Star ⭐ ! Also if forked, please credit me for my effort and thanks if you do! :)