[ Back to main ]
[ Back to dev page ]


LEGO inventory management with Python                           

In  September of 2018  I took home my childhood  LEGO collection
which was kept by my mother. Before handling towards my children
I intended  to create an inventory and  to sell weapons and some
other weird items.                                              

I created my inventory using  BrickStock  and intended to do the
selling on BrickLink.  However, adding items to BrickLink seemed
to be a pain,  thus I wrote some  Python code to utilize its API
for the task.                                                   

• BSX file handlerBrickLink API handler                                         
                                       
As usual, I never go to the point to get the selling done.