yakninja / python-numerology

Python numerology package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerology

Numerology calculates numbers from dates, names, other words:

#!/usr/bin/env python

from numerology import vedic

print(vedic.name_number("Don't panic!"))

Only vedic numerology is implemented at the moment, gematria etc coming soon.

About

Python numerology package

License:MIT License


Languages

Language:Python 100.0%