About
My Warehouse is a simple warehouse management software.
✔️ Very lightweight and easy to use
✔️ Easily select, insert, update and delete data with GUI
✔️ Supports exporting data to a CSV file
Installation
Method 1: Download
Method 2: Git Clone
$ git clone https://github.com/richeyphu/MyWarehouse-Project.git
Method 3: Initialize Repository
$ repo init -u https://github.com/richeyphu/MyWarehouse-Project.git
Required Packages
installing package
$ pip install -r requirements.txt
Usage
Runs
$ python mywarehouse.py
Functions
- Insert
- Update
- Delete
- Export
Development Tools
- IDE :
PyCharm Professional 2021.2
- Interpreter :
Python 3.9
- GUI Framework :
PyQt5
+Qt Designer
- DBMS :
SQLite3
Developed by
In partial fulfillment of the requirements for the course
INT-303: Software Engineering (1/2564)