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.
- Host: GitHub
- URL: https://github.com/xcmyz/calculator
- Owner: xcmyz
- Created: 2019-10-14T03:14:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T03:17:06.000Z (over 6 years ago)
- Last Synced: 2025-03-24T04:16:48.269Z (about 1 year ago)
- Topics: data-structures, gui, python
- Language: Python
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
