This API series are intended for automatic process of raw data (mainly txt, pat files) and show results via excel or intrinsic python console.
--1: Tkinter/wxpython module for Graphic User Interface;
--2: Openpyxl module for interacting data with excel file;
--3: os, glob, shutil module for file system operation;
--4: functools for binary file operation;
--5: Multiprocessing for multithread operations;
--6: Rewriting part of the codes with functioal programming mechanism;
--7: Matplotlib for picture showing;
--8: Pandas for faster data processing and Pivot Table chart;