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
- Host: GitHub
- URL: https://github.com/bobbicodes/simter
- Owner: bobbicodes
- Created: 2017-01-10T01:31:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T19:49:23.000Z (over 4 years ago)
- Last Synced: 2025-01-31T06:42:35.387Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simter
Python/Tkinter Inventory and Production Management Tool


## 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!