In this post, I’ve outlined the steps for installing specific versions of Python on WSL in an easy-to-follow manner.
Continue reading “How to Install Python on Windows WSL”Category: Python
PyQt5: Get Windows Service with Start/Stop Compliant Status
I do some learning in python GUI programming in PyQt5 a few weeks ago to do some useful utility tools. And, here is my very first application to check windows services compliant check based on service status and startup type. I have compile as single windows executable with pyinstaller with the following command.
Continue reading “PyQt5: Get Windows Service with Start/Stop Compliant Status”