How to code in Python to convert .vpp to .xml?

66 views Asked by At

How to convert .vpp file of visual paragdim to xml in code of python ?

i cant find the api for it and tired parsing .vpp file by xml package but it did not work please help out as i need to do is as soon as possible it is my project work and i cannot seem to find any solution

1

There are 1 answers

2
pdrferrari On

if you don't have access to api and have to use python, you could use pyautogui to extract it from a GUI like explained in the docs

just be careful while using it with differents resolution cause you have to pass the right position to do an action, but you should be fine if follow the docs.