/Python-Alarm-Timer

This Python code is a simple alarm clock that allows the user to input a duration for the alarm and plays an audio file when the specified time has elapsed. The code uses the Pygame library to load and play an audio file in the background.

Primary LanguagePython