Braumeister-Stefan avatar

sound_logging

0 subscribers
PythonVBScript

this code allows a decorator to alert the user of a functions progress

Live activities

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. New audio notifications

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! Read the docs

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. Documentation finally added

- End of feed -