Transforms an ArtiCad partlist file (txt) into a bill of materials ready for an order list.
CLI Arguments:
input: The input file path (absolute)format: The output file format (csv(default) ortxt)
./bom {input} {format}
bom.exe {input} {format}
pyinstaller bom/bom.py -p /bom -F