Packages Required:
- pyodbc
- pyqt6
To run the program, first make the following changes to the ConnectionString.py file:
- Replace the server-name with the server-name from the SSMS on your device
- If you are not using Windows Authentication, change 'use_windows_authentication' value to false and give the appropriate username and password
- Open Microsoft SQL Server Management Studio
- Open the Inventory_Management_System_Script sql file in SSMS and run the file
- In your IDE terminal, run the command
python main.pyto run the program