Python Forum
Handling Thick client applications using Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handling Thick client applications using Python
#2

  1. Starting, stopping processes: psutil
    Starting, stopping, creating windows services: pywinservicemanager
    Gui automation: PyAutoGUI
    For alert messages you need a kind of handler. Maybe PyAutogui can do this also, but I have only once time used it for a very simple task (seeking a Button with a screenshot of the button and clicking it).
  2. paramiko and to abstract paramiko you can use scp.


Python 3 can handle binary data strings with encoding.
For Selenium is also a Python-Wrapper/Port available.

For example the LibVirtManager on Linux for KVM is using Python.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: Handling Thick client applications using Python - by DeaD_EyE - Jul-22-2019, 01:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Networking Issues - Python GUI client and server connection always freezes Veritas_Vos_Liberabit24 0 755 Mar-21-2023, 03:18 AM
Last Post: Veritas_Vos_Liberabit24
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 980 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
Star python exception handling handling .... with traceback mg24 3 1,314 Nov-09-2022, 07:29 PM
Last Post: Gribouillis
  Handling pdf files with python. fuzzin 1 1,277 Jan-19-2022, 02:24 PM
Last Post: ThiefOfTime
  creating python server and client in a pc kucingkembar 4 2,046 Nov-29-2021, 01:37 PM
Last Post: kucingkembar
  Handling Python Fatal Error richajain1785 7 5,999 Oct-14-2021, 01:34 PM
Last Post: Tails86
  Handling multi-input/output audio in python bor1904 4 3,632 Nov-04-2020, 08:25 AM
Last Post: CHLOVRL
  Python win32com.client: What are the syntax to open exe file & activate its window? JaneTan 0 4,247 Oct-14-2020, 09:09 AM
Last Post: JaneTan
  Python Requests package: Handling xml response soumyarani 1 2,195 Sep-14-2020, 11:41 AM
Last Post: buran
  Opening and closing Mac applications and files Nickd12 5 5,767 Sep-05-2020, 04:39 AM
Last Post: perfringo

Forum Jump:

User Panel Messages

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