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 install
To run the REPL:
$ poetry run repl
To run the GUI:
$ poetry run gui
This project is licensed under MIT. For more information see the LICENSE file.