I am using windows OS.

For example, a GUI application is written in nim, in which I choose a lot of 
excel files to be processed, input the column name in excel files to be read, 
choose a destination output file name; then these parameters are passed to 
another application in Python.

The Python application will feed back some information to be shown on the nim 
application's GUI.

I can only imagine a way to write the parameters into a text, json or something 
else file, the the other application reads it.

But is there any other ways with pre-built package? Thanks

Reply via email to