Clean up signal names and other parts of a messy Crestron SIMPL Windows program.
- Console:
usage: python crestroncleanup [-h] [-o] [-b] filename Clean up signals in a messy Crestron SIMPL file. positional arguments: filename Name of file to process optional arguments: -h, --help show this help message and exit -o, --overwrite Overwrite the existing file -b, --backup Backup existing file before overwriting
The SIMPL Windows file will examine and process all signals and produce a report detailing modified objects.
usage: python crestroncleanup
The GUI will launch and the user can open a file from the File menu (cmd+o). Interesting objects will be shown in a data table. Click the play button to process the signals and product a report. Click the save button to open the save dialog and save the file.
- Allow editing of signal names from data table.
- Decode password protected SIMPL Windows files.
- Upgrade GUI to wxPython Phoenix (currently pre-release) and Python 3