On executing: ntfy send 'Hello'
through Windows cmd/Powershell, I am able to get a desktop notification. However, on executing the below command in Python 2.7 shell, I am getting error that 'ntfy is not recognised as internal or external command' in cmd:
>>> import os
>>> os.system('ntfy send \'hello\'')