This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
jcal/README.md

24 lines
667 B
Markdown

# [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
$ ./install.sh
$ jcal
```
or go to latest [releases](https://github.com/krolyxon/JavaCalc/releases) and get the .jar file.
## Uninstall
```bash
$ ./install.sh -u
```
## 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)