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.
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.1.12.tar.gz
(10.6 kB
view details)
Built Distribution
cli_calc-0.1.12-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file cli-calc-0.1.12.tar.gz
.
File metadata
- Download URL: cli-calc-0.1.12.tar.gz
- Upload date:
- Size: 10.6 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 | 48c4b287f24e2c146c19c3820c458e9cc92c0fa258d92febbe47ba8003de82b7 |
|
MD5 | 1b66ca6da9c079dd7dc73bb0263af312 |
|
BLAKE2b-256 | 4b8c3c9ba476c42ac393b5daef8d6b74c0e78e4dc3b685b15f64bd651657422c |
File details
Details for the file cli_calc-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: cli_calc-0.1.12-py3-none-any.whl
- Upload date:
- Size: 11.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 | 52c595a0593cd39dfa262c6e51f9e50208d3698d66d56491a1ac60fd96b29fb5 |
|
MD5 | 48a581637f49850d25cdeafbc6d7a1e1 |
|
BLAKE2b-256 | c5f5a6548303be3082b47dbb168948399e312d84d15956b2b4f4be221a70128a |