/BatchOperationTool

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

BatchOperationTool

A python tool designed to perform batch operation (for example, deleting files, conversion of emi/ser files or ems files) on a list of files, which is obtained by filtering files from a directory. The python library hyperpsy is necessary to import and export the files.

Customised operation can be "easily" added by following the examples of the existing tab widgets. The delete tab widget can be used as a simple template.