A module with a single function for sending iMessage messages with Python.
Download the iMessage.py file, and include it in your project file. You may need to grant access to "Terminal" or "VS Code" to send messages in iMessage.
Sending a Message:
imessage.sendMessage(receiver, textMessage)
That's it!