The ProPep Data Extractor is a script that can extract values of molecular weight, specific impulse, isentropic exponent, total temperature, and characteristic velocity from ProPep multiple run output file.
For now, the script only looks for frozen flow parameters and the molecular weight is taken from the Chamber Flow section
The ProPep output file should be saved as "data.txt" and placed in the same folder as the .exe file. The result of the script running is generated as a output.csv file in the same directory.
pyinstaller --onefile 'ProPep Data Extractor.py'