A Python-based utility designed to calculate and add time durations with high precision. This
project demonstrates strong algorithmic thinking by handling time conversions and date calculations without relying on external libraries.
Key Technical Features:
Time Normalization: Seamless conversion between 12-hour and 24-hour formats.
Day Tracking: Automatically calculates the resulting day of the week and tracks the number of days elapsed.
Clean Code: Written with a focus on logic flow and readability, making it ideal for integration into scheduling systems."