Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Here is my code. https://pastebin.com/ADJwCRwN Can you help me for finish the software. I dont know how to fill show_image and generate_report Using the Open

Here is my code. https://pastebin.com/ADJwCRwN

Can you help me for finish the software.

I dont know how to fill show_image and generate_report

Using the Open CV and Tkinter libraries and Python, develop a simple storeroom software. The software should include the following items:

1. Write a class named Visualize .

2. An interface and a button (Considering the Visualize class) should be designed for capturing video from webcam (storeroom).

3. Write a class named RawMaterials

4. Write a class named Products

5. Products class should inherit the RawMaterials class

6. At least 5 raw material items (objects) should be given to the software with the following attributes:Name,Date of purchase,Name of Supplier,Storage expiration date,Storage code,Description

7. At least 5 product items (objects) should be given to the software with the following attributes: Name,Date of Production,Name of Customer,Product expiration date,Storage code,List of raw material codes that are used,Description

8. The raw material and product attributes should be able to be set and read using Setter and Getter methods.

9. Use abstract classes and methods to avoid unwanted access

10. Use polymorphism (overriding and overloading) to avoid more than necessary methods

11.Add only one button named Image (Considering the Visualize class) to show the image of the selected raw material/product photo.

12. The software should be able to save all attributes of the raw materials and products in an Excel file.

13. The software should be able to load all attributes of the raw materials and products in an Excel file.

14.Adding a Report Generation button for generating a report for raw materials and products considering their expiration and statistical information.

15.Designing the graphical user interface and menus in a professional and attractive format.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Basics Computer EngineeringInformation Warehouse Basics From Science

Authors: Odiljon Jakbarov ,Anvarkhan Majidov

1st Edition

620675183X, 978-6206751830

More Books

Students also viewed these Databases questions

Question

C. What two changes could you make to improve the sympathy message?

Answered: 1 week ago

Question

Discuss five types of employee training.

Answered: 1 week ago

Question

Identify the four federally mandated employee benefits.

Answered: 1 week ago