Skip to content

jamiewhths/bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bill Of Materials Generator

Transforms an ArtiCad partlist file (txt) into a bill of materials ready for an order list.

Usage

CLI Arguments:

  • input: The input file path (absolute)
  • format: The output file format (csv (default) or txt)

Linux

./bom {input} {format}

Windows

bom.exe {input} {format}

Generating EXE file

pyinstaller bom/bom.py -p /bom -F

About

Bill of Materials Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages