A GUI and REPL calculator for Infix, Postfix and Prefix equations.
- Python 3.8
- Poetry
- Clone the repository.
- Change into the repository directory.
$ cd nfixcalc- Install dependencies with
poetry.
$ poetry installTo run the REPL:
$ poetry run replTo run the GUI:
$ poetry run guiThis project is licensed under MIT. For more information see the LICENSE file.

