A clean, modular Python command-line application that calculates your exact age in years based on your date of birth and your device's current date.
- Real-time Date: Automatically fetches the current day, month, and year using Python's built-in
datetimelibrary. - Clean Code: Built using organized, separate functions (Modular Programming) for clean and maintainable logic.
- Open Source: Licensed under the MIT License—free to use, modify, and share!
- Make sure you have Python installed.
- Download or clone this repository.
- Open your terminal and run:
python3 age-app.py