Python/Tkinter Inventory and Production Management Tool
simter runs via the python-tk library.
On Ubuntu systems: sudo apt install python-tk
python -m simter
This GUI application tracks your inventory and items in production. Items are organized by supplier. Performs appropriate calculations in regard to dependencies. For example, it takes into account that producing 1 pizza in turn requires 2 cheeses.
Sweet!

