erikjchan / calculator

A simple C++ calculator built with Cython and tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple calculator with Cython and tkinter

Files: cal.cpp, cal.h, CALC.pyx, gui.py, setup.py, Makefile
Features implemented: arithmetic operations, trig, exp and log functions, programming features etc.
Requirements: Python, Cython
Usage: 
make
python gui.py

About

A simple C++ calculator built with Cython and tkinter


Languages

Language:C++ 78.8%Language:Python 20.2%Language:Makefile 1.0%