Packages Used¶
Listed below are the imported Python modules used in this project.
Need more info?
Click on any of the headings to read module documentation.
User Interface¶
tkinter is the standard Python interface to the Tcl/Tk GUI toolkit. This package provides the building blocks of the user interface.
tkinterdnd2: This package provides the 'drag & drop' functionality to the interface.
Data Analysis¶
xlrd: This package provides the tools required to read and analyse data from input Excel files.
xlwt: This package provides the tools to generate the output Excel file.
openpyxl: This package provides the tools to read/write Excel files other than .xls (e.g. .xlsx, .xlsm, .xltx, .xltm).