|
|
|
|
|
by wgrover
622 days ago
|
|
Here's a Python script I wrote that generates storage bin labels and prints them using a cheap 2" by 3" label printer: https://github.com/wgrover/jamie The name 'jamie' is in honor of Mythbuster Jamie Hyneman's meticulously labeled storage bins at M5 Industries. The code uses a brute-force search to fit the specified text on the label using the largest possible font size. |
|