Numr is an intuitive text calculator that allows users to perform calculations using natural language expressions. Featuring vim-style editing and a terminal user interface, it offers functionality like variable handling, unit conversions, and live currency exchange rates, making it a versatile tool for calculations on the go.
numr is an innovative text calculator designed for natural language expressions, featuring a user-friendly vim-style Terminal User Interface (TUI). It streamlines complex calculations into simple commands, allowing users to evaluate expressions quickly and intuitively.
20% of 150, or convert currencies with commands like $100 in euros.tax = 15%, and utilize them in expressions like 100 + tax.# that are ignored in calculations.10 + 20 → 30
100 - 25 → 75
6 * 7 → 42
100 / 4 → 25
20% of 150 → 30
100 + 15% → 115
sum(10, 20, 30) → 60
avg(10, 20, 30) → 20
The calculator supports numerous units across categories such as:
This project combines functionality and an intuitive interface, making calculations faster and easier than conventional methods.
For more details or to get started, explore the repository on GitHub.
No comments yet.
Sign in to be the first to comment.