## Requirements + Required Python 3 ## Find PI Compatibility via GUI: To access script via the GUI, send the following: ``` python tds3kcompatibility.py -g ``` ### Generate Compatibility Report from *.txt File 1. Click the Load button and find the txt file containing your list of PI commands 2. Ensure that the printed path is the correct path, then press the download button 3. Specify where you would like to save the csv file to. ### Lookup Individual Commands 1. Enter the full syntax of desired TDS3k PI command in the 'TDS3k Command' input box 2. Click 'Get Compatibility' 3. Compatibility information should populate in the empty fields ## Generate an Executable To generate an executable file of the GUI, make sure you are in the /tds3k_mdo3series_compatibility directory and run the following command: ``` pyinstaller tds3k_compatibility.spec ``` A /build folder and /dist folder should be generated. You can find the exe file in the /dist folder.