Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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.
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started