I have notifications enabled in the system settings, running following code yields no result (no toast notification or any error in console):
from tinyWinToast.tinyWinToast import Toast
toast = Toast()
toast.setTitle("test")
toast.setMessage("test message")
toast.show()
Python 3.6.8 / 3.7.2
tinyWinToast==1.1
Windows 10, version 1809