Simple numerology tool to have fun with your friends.
Project description
numerology
1. About
A simple numerology tool to have fun with friends. The interpretations are not implemented yet.
2. Installation
# Option 1: pip
pip install numerology
# Option 2: Download the numerology folder on GitHub and add it to your work folder.
3. How to use it
# Import
from numerology import PythagoreanNumerology
# Birthdate format: yyyy-mm-dd
# Birthdate is optional to let you have a partial numerology if that information is missing.
my_numerology = PythagoreanNumerology("First name", "Last name", "Birthdate")
# Example:
his_numerology = PythagoreanNumerology("Barrack", "Obama", "1961-08-04")
The precedent example should print the dict below:
{
"first_name": "Barrack",
"last_name": "Obama",
"birthdate": "1961-08-04",
"life_path_number": 2,
"life_path_number_alternative": 2,
"hearth_desire_number": 1,
"personality_number": 4,
"destiny_number": 5,
"birthdate_day_num": 4,
"birthdate_month_num": 8,
"birthdate_year_num": 8,
"birthdate_year_num_alternative": 7,
"active_number": 9,
"legacy_number": 5,
"power_number": 7,
"power_number_alternative": 7,
"full_name_numbers": {
"1": 4,
"2": 3,
"9": 2,
"3": 1,
"6": 1,
"4": 1
},
"full_name_missing_numbers": [
5,
7,
8
]
}
4. Future log
Features to implement:
- Vedic Numerology implementation (original code by Andrii KRAVCHUK that will be adapted for consistency with the Pythagorean Numerology)
- Interpretations
5. Special thanks
In the beginning, this code was a simple tool for my friends who were struggling with calculations on paper. I could not imagine it would have gone so far.
A special thanks to:
- Stéphane Y. for the book 'ABC de la numérologie' by Jean-Daniel FERMIER which helped me understand the world of numerology
- Andrii KRAVCHUK (@yakninja) for transferring his ownership of the PyPi repository to me. That makes the command
pip install numerology
possible for this code - Kévin YAUY (@kyauy) for letting me see all the potential of Python
Have fun!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
numerology-0.5.1.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for numerology-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e0dae681393c7508f05915fb4c51c34d540a3eb6b5f4310fc1a3152b429aa4b |
|
MD5 | 0858781a50b283476c03455ca7a53272 |
|
BLAKE2b-256 | 5822e8fca2363b7e05a1ed1ea8f3dd6d9f467bd4d9dc1798c93526aca8c46409 |