Question: This should be completed in Python , using GUI and SQL and connecting databases from SQL to Python to GUI. Problem Description You need to

This should be completed in Python, using GUI and SQL and connecting databases from SQL to Python to GUI.

This should be completed in Python, using GUI and SQL and connecting

Problem Description You need to share your company database with users who don't know SQL Solution Description Create a GUI application in a Python source file named company_gui.py that displays the table data in the company database named company.db Main Screen Your application may assume that there is an SQLite3 database stored in a file named company.db in the same directory as your company_gui.py program. When the user runs company_gui.py the program should display a main screen (25 points). The main screen should show three buttons labeled: (25 points) "Companies" which, when clicked, displays a dialog box that displays a table with the contents of the company table, (25 points) "Sectors" which, when clicked, displays a dialog box that displays a table with the contents of the sector table, and (25 points) "Stock Prices" which, when clicked, displays a dialog box that displays a table with the contents of the stock_price table. Each dialog box should have a button labled "Ok" which, when clicked, returns the user to the main screen. Problem Description You need to share your company database with users who don't know SQL Solution Description Create a GUI application in a Python source file named company_gui.py that displays the table data in the company database named company.db Main Screen Your application may assume that there is an SQLite3 database stored in a file named company.db in the same directory as your company_gui.py program. When the user runs company_gui.py the program should display a main screen (25 points). The main screen should show three buttons labeled: (25 points) "Companies" which, when clicked, displays a dialog box that displays a table with the contents of the company table, (25 points) "Sectors" which, when clicked, displays a dialog box that displays a table with the contents of the sector table, and (25 points) "Stock Prices" which, when clicked, displays a dialog box that displays a table with the contents of the stock_price table. Each dialog box should have a button labled "Ok" which, when clicked, returns the user to the main screen

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!