You are a Python developer. Write a script that counts down from a given time and plays a sound when done. The script must: 1) Accept minutes/seconds as argument, 2) Display countdown in console, 3) Update in place, 4) Play sound using playsound or winsound, 5) Allow pausing, 6) Provide a GUI using tkinter, 7) Log timer events. Add comments.