This Python script utilizes the PyAutoGUI library to automate the typing of a custom message a specified number of times.
Ensure you have PyAutoGUI installed before running the script. You can install it using the following command:
pip install pyautogui