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))
Libaries
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
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.3.tar.gz
(11.7 kB
view details)
Built Distribution
cli_calc-0.2.3-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file cli-calc-0.2.3.tar.gz
.
File metadata
- Download URL: cli-calc-0.2.3.tar.gz
- Upload date:
- Size: 11.7 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 | f629213657fb1d2fce3804100e3084454484a80a12636c252e9afac6e82b1ce6 |
|
MD5 | 4d3e6f0cf9067b1c655b0dad8cdaf97f |
|
BLAKE2b-256 | 1bb2571e13e2e475eed154592dc1bc18f780578fb7c0073f3edd306244cfda31 |
File details
Details for the file cli_calc-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: cli_calc-0.2.3-py3-none-any.whl
- Upload date:
- Size: 13.7 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 | d15a0b9b60796caf073c3edeeb088e35d29c743bac45caf9a823e761fede4f28 |
|
MD5 | e2b8bc305bb391c4dc0caa8139736abd |
|
BLAKE2b-256 | bdeb8cce9c5bd37e3b97b10e5d7c4f43fdf39110d5537540941a502f7291049d |