Python Forum

Full Version: How to open and interact with an app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I have an app called Signal on my computer. My dad is deployed and I wan't to say goodnight to him every night. So I've spent atleast 2 hours trying to figure out how to automate messages. My plan was to have it, at the same time very night, if my computer was on, open signal and send a message saying "goodnight"

I don't know the modules to actually interact. A video is here to show everything- https://youtu.be/y93XnFr-Qu4

import os

command = 'C:/Users/Chadd/Desktop/Signal.lnk'

os.system(command)
Bad link