Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 736 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 736 Bytes

Inventory Manager

An inventory manager using Python, Tkinter, SQLite, and SQLAlchemy

Preview Image

Usage

  1. Install dependencies
  2. Clone the repository git clone https://github.com/nathanlytang/InventoryManger.git

Bugs

  • Zero Bug - Use of IntVar in entry widget creates zeroes
  • ID sorting - Sorting on ID column unavailable due combination of list and tuple
  • Negative Amount - Available and Checked Out can go negative