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

## Installation

```bash
  $ git clone --depth=1 https://github.com/krolyxon/jcal --branch=master
  $ cd jcal
  $ ./install.sh
  $ jcal
  ```
or go to latest [releases](https://github.com/krolyxon/jcal/releases) and get the .jar file.

## Uninstall
```bash
  $ ./install.sh -u
```

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

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