aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dd72b979734378792f9d367f69a3d583f1d6be67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# [JavaCalc](https://github.com/krolyxon/JavaCalc)
Simple GUI calculator with complex infix expression evaluation made in Java using Swing.

## Installation

```bash
  $ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master
  $ cd JavaCalc
  $ ./run.sh OR ./build.sh
  ```

## JavaCalc in action
![](https://raw.githubusercontent.com/krolyxon/JavaCalc/master/assets/screenshot1.png)

## License
This project is licensed under the [`GPLv3 LICENSE`](https://github.com/krolyxon/JavaCalc/blob/master/LICENSE)