I am trying to create vi editor kind of app using python, that takes input from command line and, provides option to save the typed text .So I need to use the save dialog box without using tkinter. How can I write python script that makes the call to windows save file dialog api