Skip to main content

Convert number to Hebrew or Hebrew to number

Project description

gematriapy

CI PyPI Deploy

Convert number to Hebrew or Hebrew to number

Install

pip install gematriapy

Usage

to_hebrew:

import gematriapy
gematriapy.to_hebrew(3) # => "ג"
gematriapy.to_hebrew(15) # => "טו"
gematriapy.to_hebrew(822) # => "תתכב"

NOTE: Numbers greater than 999 are not supported yet.


to_number:

import gematriapy
gematriapy.to_number("ג") # => 3
gematriapy.to_number("טו") # => 15
gematriapy.to_number("אבא") # => 4

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gematriapy-0.2.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

gematriapy-0.2.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page