https://github.com/abhrankan-chakrabarti/dob_facts_calculator
Discover interesting facts about any date of birth with this Python-based calculator.
https://github.com/abhrankan-chakrabarti/dob_facts_calculator
date-algorithms date-of-birth facts-calculator numerical-methods python
Last synced: about 1 month ago
JSON representation
Discover interesting facts about any date of birth with this Python-based calculator.
- Host: GitHub
- URL: https://github.com/abhrankan-chakrabarti/dob_facts_calculator
- Owner: Abhrankan-Chakrabarti
- License: mit
- Created: 2024-05-18T16:26:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T05:02:50.000Z (over 1 year ago)
- Last Synced: 2025-06-17T07:44:42.994Z (4 months ago)
- Topics: date-algorithms, date-of-birth, facts-calculator, numerical-methods, python
- Language: Python
- Homepage: https://abhrankan-chakrabarti.github.io/DOB_Facts_Calculator/
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DOB_Facts_Calculator
DOB_Facts_Calculator is a Python script that generates interesting facts and statistics about a person's date of birth. The script calculates various details such as the life path number, zodiac sign, birthstone, birth flower, age in days, and significant milestones like the billionth second.
## Features
- Calculates life path number
- Determines zodiac sign, ruling planet, birthstone, and birth flower
- Computes age in years, months, and days
- Provides the exact number of days, hours, and minutes lived
- Identifies significant milestones like the billionth second
- Outputs formatted information about your birth date## Usage
1. Clone the repository:
```bash
git clone https://github.com/Abhrankan-Chakrabarti/DOB_Facts_Calculator.git
```
2. Navigate to the repository directory:
```bash
cd DOB_Facts_Calculator
```
3. Run the script:
```bash
python DOB.py
```## Example
When you run the script, you will be prompted to enter your date of birth in the format `DD/MM/YYYY`. The script will then output a detailed log of facts and statistics about your date of birth.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Author
This script was created by Abhrankan Chakrabarti.