An open API service indexing awesome lists of open source software.

https://github.com/xcmyz/calculator

A Calculator implemented in Python.
https://github.com/xcmyz/calculator

data-structures gui python

Last synced: 9 months ago
JSON representation

A Calculator implemented in Python.

Awesome Lists containing this project

README

          

# Calculator
A Calculator implemented in Python.

## Intro
Transfer infix expression to postfix expression.

## Usage
```shell
python main.py
```

## GUI
![Display](img/display.png)