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

635 B

jcal

Simple GUI calculator with complex infix expression evaluation made in Java using Swing.

Installation

  $ git clone --depth=1 https://github.com/krolyxon/jcal --branch=master
  $ cd jcal
  $ ./install.sh
  $ jcal

or go to latest releases and get the .jar file.

Uninstall

  $ ./install.sh -u

jcal in action

License

This project is licensed under the GPLv3 LICENSE