Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab 7 - Display a value in a Gauge. We will build a GUI to display a value. Most display either show the value as

Lab 7- Display a value in a Gauge.
We will build a GUI to display a value. Most display either show the value as a bar (either vertical
or horizontal) or a circular gauge. You will build a tkinter application to display a single value.
You will also provide a text field to change the value. You will also provide additional information
to add credibility to your display.
If you are displaying the indoor temperature, you should state the units and the low value, normal
range and high value
Use only the basic widget that were covered in class: buttons, labels, entries etc. and canvas
primitives like lines, rectangles and arcs. Avoid any complicated designs, that might be difficult to
customize.
Due:
See course shell.
Requirements:
1. You will use the same quantity that you selected in the previous lab (from temperature, humidity, barometric pressure, customers at a mall, or just with an alternate descriptor).
2. Design and build a GUI application class that will model a display for your sensor reasonably well.
3. You must provide an Entry (Textbox) and a Button to change the value.
4. There are marks for aesthetics.
5. You must not have magic numbers in your code
6. Error checking of input
7. User must be able to easily read the display
image text in transcribed

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

Fundamentals Of Database Systems

Authors: Sham Navathe,Ramez Elmasri

5th Edition

B01FGJTE0Q, 978-0805317558

More Books

Students also viewed these Databases questions

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago