PyWin32: How to Get an Application’s Version Number
Occasionally you will need to know what version of software you are using. The normal way to find this information out is usually done by opening the program, going to its Help menu and clicking the About menu item. But this is a Python blog and we want to do it programmatically! To do that […]
PyWin32: How to Get an Application’s Version Number Read More »