python - Setting size for windows that are opened from command line -


i writing genetic algorithm airfoil optimization in python, using program called xfoil aerodynamic calculations. program run within python script using:

fnull = open(os.devnull,'w') ps = sp.popen(['xfoilp4.exe'],                   stdin=sp.pipe,                   stdout=fnull,                   stderr=none) 

the program xfoil (i have .exe, no source code) calculating aerodynamic properties , opens window showing them, before closing , starting again next iteration. these information pop-up windows regularly opened xfoil (running on command line) small. there way size them (make them larger) in order monitor process better? windows can resized hand, in iteration procedure multiple windows open in short time takes long time.

kind regards.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -