Python Forum
How to open and interact with an app
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to open and interact with an app
#1
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)
Reply
#2
Bad link
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  cant able to make methods interact with each other in the class jagasrik 2 1,751 Sep-16-2020, 06:52 PM
Last Post: deanhystad
  Interact with Python Mario456 1 1,624 Jan-31-2020, 07:14 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020