<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python GUIs - ipc</title><link>https://www.pythonguis.com/</link><description>Create GUI applications with Python and Qt</description><atom:link href="https://www.pythonguis.com/feeds/ipc.tag.rss.xml" rel="self"/><lastBuildDate>Fri, 30 Apr 2021 09:00:00 +0000</lastBuildDate><item><title>Monitoring a Running Background Process from a PyQt6 Application — How to connect your GUI to an external program that's already running</title><link>https://www.pythonguis.com/faq/connect-qprocess-to-already-running-program/</link><description>I followed the tutorial about using QProcess to launch an external script/program. This allows me to start the program FROM a PyQt application and monitor and get results from it. But what if I need to connect to an external program that is &lt;em&gt;already&lt;/em&gt; running in the background 24/7? Is there a way to code that program so that it is outputting stuff all the time, and then when I connect with a PyQt GUI it gives me a view on it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Fitzpatrick</dc:creator><pubDate>Fri, 30 Apr 2021 09:00:00 +0000</pubDate><guid>tag:www.pythonguis.com,2021-04-30:/faq/connect-qprocess-to-already-running-program/</guid><category>pyqt6</category><category>python</category><category>qprocess</category><category>ipc</category><category>qt</category><category>qt6</category></item></channel></rss>