An open API service indexing awesome lists of open source software.

https://github.com/beardedfish/rpn-calculator

Calculator built entirely in Java using the ANSICON library.
https://github.com/beardedfish/rpn-calculator

ansicon ansicon-library calculator console java reverse-polish-calculator reverse-polish-notation rpn rpn-calculator

Last synced: 4 months ago
JSON representation

Calculator built entirely in Java using the ANSICON library.

Awesome Lists containing this project

README

        

# RPN-Calculator
Reverse Polish Notation calculator built entirely in Java using the ANSICON library for colourful console output.

# Screenshots
![User calculating something](https://raw.githubusercontent.com/BeardedFish/RPN-Calculator/master/screenshots/app_screenshot1.png "User calculating something")

![User looking at the help section of the app](https://raw.githubusercontent.com/BeardedFish/RPN-Calculator/master/screenshots/app_screenshot2.png "User looking at the help section of the app")

# ANSICON Library
Link to the ANSICON library, created by Jason Hood, in order for this project to output correctly can be found [here.](https://github.com/adoxa/ansicon/ "ANSICON source link")