The Part Manager is a desktop application built using Python and Tkinter. It is designed to run locally on a user's computer rather than being accessed through a web browser. Users can interact with the application's graphical user interface (GUI) to manage inventory details such as parts, customers, retailers, and prices.
This application is built using the following technologies:
Python: The core functionality of the application is implemented using Python, a versatile and powerful programming language.
SQLite: Data is stored and managed using SQLite, a lightweight relational database management system ideal for small to medium-sized applications.
Tkinter: The graphical user interface (GUI) of the application is created using Tkinter, Python's de-facto standard GUI toolkit.
Turtle: Turtle graphics are utilized for clearing the input fields upon certain actions, providing a smooth user experience.
Functions:
Add Part: Add a new part to the inventory with details such as part number, name, quantity, and price.
Remove Part: Remove a part from the inventory by selecting it from the list.
Update Part: Modify the details of a part in the inventory, such as changing the quantity or price.
View Inventory: Display a list of all parts in the inventory, including their details.