This Python application calculates your numerology number based on your birthdate and provides insights into its meaning.
- Enter your birthdate (DD-MM-YYYY).
- Calculate your numerology number by summing the digits of your birthdate.
- Display a description of the significance of the numerology number.
This app runs on Python 3.6 or later.
-
Clone the repository:
git clone https://github.com/aryan6673/Numerology-app.git
-
Navigate to the project directory:
cd Numerology-app
-
Run the app:
python main.py
- When prompted, enter your birthdate in the format
DD-MM-YYYY
. - The app will calculate your numerology number and provide an interpretation.
Enter your birthdate (DD-MM-YYYY): 12-05-2003
Your numerology number is: 3
Interpretation: You are a creative and expressive person with a strong artistic flair.
The numerology number is derived by adding the digits of the birthdate until a single digit is obtained. For example:
- For the birthdate
12-05-2003
, the sum is:1 + 2 + 0 + 5 + 2 + 0 + 0 + 3 = 13
(and then1 + 3 = 4
).
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to tweak it and add any specific details about how the app works or other features you might want!
Inspired by modern UI/UX design principles Built with love for the Gen-Z aesthetic Special thanks to the ttkthemes project
Created by @aryan6673 | ⭐ Star if you like it!