Skip to content

EBTCalc for Windows and Linux - Programmable RPN Calculator

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE.md
GPL-3.0
license_terms.html
Notifications You must be signed in to change notification settings

EricTerrell/EBTCalc

Repository files navigation

EBTCalc for Windows and Linux

EBTCalc (Desktop) is a Reverse Polish Notation (RPN) calculator with custom buttons, programmed in Javascript, using a convenient editor. EBTCalc runs on Windows 10 and Linux. EBTCalc is open source.

EBTCalc is built on the Electron framework.

Copyright

EBTCalc (Desktop)

© Copyright 2024, Eric Bergman-Terrell

Screenshots

EBTCalc Screenshot

EBTCalc Screenshot

Links

Android Version

A version of EBTCalc for Android is also available.

Quick Start

To run EBTCalc:

git clone https://github.com/EricTerrell/EBTCalc.git
cd EBTCalc
npm install
npm start

Debugging

To enable the Chrome debugging tools, set the DEBUG_MENUS environment variable to true (see displayCustomMenus in WindowUtils)

License

GPL3

Feedback

Please submit your feedback to EBTCalc@EricBT.com.