An open API service indexing awesome lists of open source software.

https://github.com/bobbicodes/simter

GUI Spreadsheet App for Inventory/Production Management
https://github.com/bobbicodes/simter

Last synced: about 1 year ago
JSON representation

GUI Spreadsheet App for Inventory/Production Management

Awesome Lists containing this project

README

          

# simter
Python/Tkinter Inventory and Production Management Tool

![](https://github.com/porkostomus/simter/blob/master/2018-05-09-204120_1366x768_scrot.png)
![](https://github.com/porkostomus/simter/blob/master/15874990_10154928867424321_4503747296871151796_o.jpg)
## Dependencies

simter runs via the `python-tk` library.
On Ubuntu systems: `sudo apt install python-tk`

## Usage

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!