Calculate/Display a Resistor's Value

Introduction

Resistors have a series of colored bands that indicate their resistance in ohms. (See the table below.)

Project

Write a program to display a resistor's value. The user enters the resistor's bands and the program displays the resistor's value.

A GUI is probably the best interface for this project. See PySimpleGUI or PyQt. (Note: There other Python GUI toolkits.)

Links

Resistor (Wikipedia)

Electronic color code (Wikipedia)

Resistor Table

image missing
This image is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.