Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 194 Bytes

File metadata and controls

10 lines (7 loc) · 194 Bytes

inventory-manager

A simple inventory manager written in python that communicates with a mysql server.

To compile:

cd src/
pyinstaller main.py --add-data assets:assets --onefile