Simple calculator in terminal using Urwid
Project description
c is a simple calculator in terminal using Urwid, created solely for big buttons to click with mouse button, not meant to be having complex arithmetic operations, just basic +-*/.
This project’s name is “c,” however, in order to register on PyPI, it uses “urcalc” as the PyPI package name. c is also the command to invoke the calculator.
Contents
Controls
Beside LMB (Left Mouse Button) to press button on screen, there are also keyboard controls as listed below:
key | action |
---|---|
Enter or Space | press focused button |
arrow keys | navigate through buttons |
0 to 9 | enter the digit |
Backspace | remove lowest digit |
N | change sign |
. | begin fractional part |
= | get answer |
C, Escape | clear |
Q | quit |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
urcalc-0.2.0.zip
(11.3 kB
view hashes)
urcalc-0.2.0.tar.gz
(6.8 kB
view hashes)