Skip to content

jengori/Calcu-Llama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages