Trendora is a desktop application developed using Python and Tkinter. It provides product, stock, customer, and cargo management with a GUI interface.
Trendora - Database-Driven Business Management System Course Project β Database Management Systems (DBMS)
π Project Overview Trendora is a desktop-based business management system built using Python (Tkinter) and SQL Server. This project was developed as part of a Database Management Systems (DBMS) course to demonstrate CRUD operations, database connectivity, and real-time data handling.
π οΈ Technologies Used Programming Language: Python GUI Framework: Tkinter Database: Microsoft SQL Server Database Connector: PyODBC Concepts: Database Management, CRUD Operations, GUI Development π Features β Product Management β Add, update, and delete products in the system. β Stock Tracking β Manage inventory levels in real-time. β Customer Management β Store and update customer details. β Order Processing β Handle orders and link them with stock. β Cargo Management β Track shipments and delivery records. β Secure Database Connection β Authentication with SQL Server. β User-Friendly Interface β Simple and interactive UI using Tkinter.
π Installation & Setup Prerequisites Before running this project, ensure you have the following installed:
Python (3.x recommended) Microsoft SQL Server PyODBC library (pip install pyodbc) Database Setup Open Microsoft SQL Server Management Studio (SSMS). Create a new database named Trendora. Execute the provided SQL script (Trendora.sql) to create tables.