Automated report Python GUI for Lehigh University Industrial Assessment Center
This tutorial is designed for Mechanical Engineering people with zero programming knowledge.
Of course, you need to install Microsoft Office. https://confluence.cc.lehigh.edu/display/LKB/Windows+or+macOS%3A++Download+and+Install+Office+365
Install homebrew thenbrew install --cask visual-studio-code anaconda
LibreOffice compatibility is not guaranteed.
conda create -n iac python=3.8
conda activate iac
conda install numpy pandas openpyxl
conda install -c conda-forge python-docx docxcompose easydict
pip install python-docx-replace tkcalendar tkinter-tooltip
conda always has the highest priority. If not available, install packages from conda-forge. Don't install from pip unless you have to, otherwise there might be dependency issue.
Go to Extensions(Ctrl+Shift+X), install Python (from Microsoft).
Press Ctrl+Shift+P, search Python: Select Interpreter and select the iac environment you just created.
conda remove --name iac --all
Open IAC-Automation-GUI folder in VSCode, then run IACGUI.py.
