mirror of
https://github.com/VitorGoatman/aqcalc
synced 2026-01-15 13:01:36 +00:00
No description
| src | ||
| tests | ||
| aqcalc.nimble | ||
| LICENSE.txt | ||
| README.md | ||
aqcalc: Alphanumeric Qabbala Calculator
A simple program and Nim library for calculating gematria values with AQ.
Install
There is a pre-built binary for Windows in the releases page.
You can install aqcalc with the Nimble package manager if you have Nim installed.
nimble install aqcalc
Using
aqcalc can be used like any other Nim library.
import aqcalcpkg/aq
assert aq("Hello, World!") == 214
Additionally, aqcalc can be invoked at the command line.
Aqqabala Calculator
Usage:
aqcalc [--aqqa] <word>...
aqcalc --revaq <number>...
aqcalc -f <filename>...
aqcalc (-i | -e ) <filename>
aqcalc (-h | --help )
Options:
-h, --help Show this message
--aqqa Save AQ result to local database. (~/.local/share/aqcalc)
--revaq Show all database entries that have this result
-f Calculate the AQ value of every word inside a file
-i Import from plain text database
-e Export to plain text database