Powerful yet easy command line calculator.
Project description
cli-calc
Powerful yet easy command line calculator.
Example Usage
cos(pi/2)
0xFF ^ 0b10
2**8-1
log(2)
comb(49,6)
factorial(42)
random()
cmath.phase(complex(-1.0, 0.0))
Libraries
Installation
pip install cli-calc
Configuration
In order to run it from anywhere: Add a symbolic link in ~/bin
cd ~/bin
ln -s ~/path/to/your/install/cli_calc/warpper.sh calc
Then use it anywhere. :-)
calc
echo "7+8" | calc
cat foo.bar | calc
Help
calc
h
Input:
"q" for quit, "h" for help
"_float_" and/or "_int_" for last value
"pi", "tau" and "e" for pi, tau and Euler
"+f" to add display for fraction, "-f" to suppress display for fraction
Other letters are:
he(x), (o)ctal, (b)inary, (i)nteger,
(f)raction, (t)ruth, i(e)ee, ieee_bi(n), f(r)om_ieee
"float" is always visible
See https://docs.python.org/3/library/math.html, use without "math."
https://www.w3schools.com/python/python_operators.asp
Try "cos(pi/2)", XOR: "0xFF ^ 0b10", "2**8-1", "factorial(42)",
"help(math)"
Warning
Use of eval is evil.
However some precautions are taken.
Development tools used
Features
- Fully typed with annotations and checked with mypy.
- PEP561 compatible
Tools
Style and type annotations
Testing and CT
Build and publish to pypi
Development Environment
Documentation
License
Credits
This project was generated with wemake-python-package
. Current template version is: d06993f12e3ffad79652a2aec86189dee92d94dd. See what is updated since then.
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 Distribution
cli-calc-0.2.6.tar.gz
(11.8 kB
view details)
Built Distribution
cli_calc-0.2.6-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file cli-calc-0.2.6.tar.gz
.
File metadata
- Download URL: cli-calc-0.2.6.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.8.5 Darwin/18.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b37df71d985af5c81c5e0b628afe2b084630a406bdc527dbb54b0a96c9ab102 |
|
MD5 | 445444a83500746ad6877710770e946a |
|
BLAKE2b-256 | 5ddd7b45c561a71e6a5ed48965850cd8b065a374cd9fe85f2194656b063d68bc |
File details
Details for the file cli_calc-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: cli_calc-0.2.6-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.8.5 Darwin/18.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9eb651b705bfa73ac4431f199057760496695d551c7368e513089b5ac581a1e |
|
MD5 | 34aeb53196eaf8c7f9443009fa5bd02d |
|
BLAKE2b-256 | dc40abeab5dcbfa9a406447f38b6539920fd8487b7214b6ddcc30ce9e77b43e6 |