An inventory manager using Python, Tkinter, SQLite, and SQLAlchemy
- Install dependencies
-
Python 3.x Download Python
-
SQLite Download SQLite
-
SQLAlchemy Run
pip install SQLAlchemy
in terminal or console after installing Python
-
- Clone the repository
git clone https://github.com/nathanlytang/InventoryManger.git
- 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