EricTerrell / EBTCalc

EBTCalc for Windows and Linux - Programmable RPN Calculator

Home Page:https://www.ericbt.com/ebtcalc_electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 2023, 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.

About

EBTCalc for Windows and Linux - Programmable RPN Calculator

https://www.ericbt.com/ebtcalc_electron

License:GNU General Public License v3.0


Languages

Language:JavaScript 79.8%Language:HTML 18.0%Language:CSS 2.2%