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
factorial(42)
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
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.
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.1.10.tar.gz
(10.5 kB
view details)
Built Distribution
cli_calc-0.1.10-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file cli-calc-0.1.10.tar.gz
.
File metadata
- Download URL: cli-calc-0.1.10.tar.gz
- Upload date:
- Size: 10.5 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 | b720f0fbcc36629e65dfda0b3cd19c06587bb416dfce2baf0287022110ced9f3 |
|
MD5 | bc932f9abcc8cfff768b120f53145dc1 |
|
BLAKE2b-256 | 3b89680e4f9ce2a1acb8bcbfd1f7128b69ab9500b8f28b01c3acbdc6e7305e40 |
File details
Details for the file cli_calc-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: cli_calc-0.1.10-py3-none-any.whl
- Upload date:
- Size: 11.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 | 4573d83e2159e97a849985f6bc13db91f644fe7c32e36807fdc4a6107e931c02 |
|
MD5 | 9b7143fb1be3e96e4d00cbda9973a96e |
|
BLAKE2b-256 | 4043e8683d17c0929abfdb4ec29a7b9ab164d624c227d779fe76bed4aa415e5e |