Dynamic Personal Trainer at Workout Club with exceptional interpersonal communication skills and a strong command of database management. Leveraged advanced MS Office proficiency to enhance client engagement and streamline operations, achieving a 30% increase in client retention. Committed to fostering a motivating environment that drives personal growth and fitness success.
Available on Request
Alarm Clock Application, Developed a simple yet functional alarm clock application using Python, which allows users to set alarms for specific times, with notifications when the alarm triggers., Set Alarm: Users can input a specific time (HH:MM AM/PM) to set an alarm., Sound Notification: When the alarm time is reached, an audio notification is played to alert the user., Time Validation: Ensures that users input valid time formats and handles edge cases like invalid inputs., User Interface (CLI): Simple command-line interface to interact with the program and set or manage alarms., Reusability: The alarm function can be reused multiple times, allowing for multiple alarms to be set during a single session., Python, time, winsound (or any audio library), datetime, Successfully built a functional alarm clock with basic features, providing a practical and useful tool for time management.