aqcalc

Calculate gematria values for Alphanumeric Qabbala

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License Unlicense
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Installation

nimble install aqcalc
choosenim install aqcalc
git clone https://github.com/VitorGoatman/aqcalc

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
aqcalc - - - - - - -

Source

Repository https://github.com/VitorGoatman/aqcalc
Homepage https://github.com/VitorGoatman/aqcalc
Registry Source nimble_official

README

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