Showing posts with label Tkinter. Show all posts
Showing posts with label Tkinter. Show all posts

Wednesday, July 4, 2018

[Python 3] Create CarMaker TestRun files with tkinter GUI

We can automate creating TestRun files of CarMaker.

GUI tool looks like below.



We need two files; one is an Excel where parameters are specified, and the other is a TestRun template file.

1. Read all parameters specified in Excel sheet
2. Find the same parameters in TestRun template file
3. Change values in TestRun template file into new values specified in Excel sheet
4. Create a new TestRun file
5. Repeat 1-4

carmaker_testrun