I am developing a NLP (Natural Language Processing) application in python, and I want to use the following UNL (Universal Networking Language) EnConverter, which is an executable gui - third party - application and works only with windows (I do not have source code):

So, I want to know how I can program the console application that calls this EnConverter, and click the "Settings" button, and then fill in the text fields in the following image:

When I click the " Settings " button, the previous window appears ... I want my application to fill out these text fields, then click " OK " .... When you click OK, the application returns to the first window ... Last thing for the application (my application) - click the " EnConvert " button in the first window ... Look at the first image, please.
I know that this is possible because my professor did this job in Perl ... And he refused to tell me how !!! I explored the internet but got nothing!
source share