
sound_logging
this code allows a decorator to alert the user of a functions progress
Created Jan 2024
Introduced a new decorator speak_function_name that utilizes winsound and SAPI via VBScript to provide audio alerts based on function execution outcomes. Functions will now beep and speak aloud when they complete successfully or encounter an exception. This provides immediate, non-visual feedback during development or long-running tasks. 
A new README.md file has been added to the repository to provide clear documentation on the project's purpose. It explains that this code is designed to provide verbal progress alerts for functions. It is always a good practice to have documentation for new projects! 
Added a new introductory README to the project. This provides clear context on the repository's purpose, which is to provide verbal alerts during function execution progress. 