Skip to content

yakninja/python-numerology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages