This Python program is a modern inventory management system built with a graphical user interface (GUI) using tkinter and styled with ttkbootstrap for a clean and user-friendly design. It allows users to manage a CSV-based storage system through a set of intuitive tabs, each dedicated to a specific function. The main features include adding new products with their quantity and price, viewing all stored products in a well-organized table format, updating existing product details, deleting products by name, and calculating the total value of all items in storage. All operations are interactive, and users receive instant feedback through message boxes for successful actions or errors. The program ensures data persistence by automatically creating the CSV file if it doesn’t exist, and it handles invalid or missing inputs gracefully. With its modular structure and sleek interface, the application is ideal for small businesses or individuals looking to keep track of their product inventory efficiently.