Skip to content

Repository files navigation

Study Gematria from the command line

What's a Gematria?

A Gematria is a type of Jewish numerology where letters are converted into numbers and added together, with the final number supposingly revealing some esoteric meaning.

How do I use this program?

Typing in python gematria.py -h brings up all the commands.

python gematria.py -c foo gets the gematria of "foo"

python gematria.py -d generates a dictionary of words and their gematria.

python gematria.py -dc does the same as the above command, but without swears.

python gematria.py -w integer gets every word with the integer as its gematria. The user may optionally write python gematria.py -w integer True to include swear words.

python gematria.py -s integer gets every sentence with the integer as its gematria (you have to extract sentences.tar.gz first)

Resources on Gematria

https://www.myjewishlearning.com/article/gematria/ https://www.biblestudy.org/bibleref/meaning-of-numbers-in-bible/numerology.html https://www.spiritofthescripture.com/id3191-the-complete-idiots-guide-to-gematria-6.html

Conversion Chart

| Letter | | Gematria | | --- | | --- | | A | | 1 | | B | | 2 | | C | | 3 | | D | | 4 | | E | | 5 | | F | | 6 | | G | | 7 | | H | | 8 | | I | | 9 | | J | | 10 | | K | | 20 | | L | | 30 | | M | | 40 | | N | | 50 | | O | | 60 | | P | | 70 | | Q | | 80 | | R | | 90 | | S | | 100 | | T | | 200 | | U | | 300 | | V | | 400 | | W | | 500 | | X | | 600 | | Y | | 700 | | Z | | 800 |

About

Tool to study gematria

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages