jengori / Calcu-Llama

Python calculator app with CustomTkinter GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calcu-Llama

A Python calculator app with a CustomTkinter GUI.

This is a response to John Crickett's Write Your Own Calculator Coding Challenge.

See the challenge specification here.

The program implements the Shunting Yard algorithm to convert infix expressions to Reverse Polish Notation.

Installation

  • Install CustomTkinter: pip install customtkinter
  • Install Pillow: pip install pillow

Getting Started

  • Run main.py

calcu-llama screenshot

About

Python calculator app with CustomTkinter GUI


Languages

Language:Python 100.0%