I made this to practice programming Python and Python Qt5.

function

  1. Input how many bands the resistor has.
  2. Input the colors of each band.
  3. Output the value of the resistor.

what i learned

I learned how to properly inherit Qt5 design files and update data on the GUI based on input given by the user. Also learned the basics of signal based programming.

resources

notes

The output doesn’t include the magnitude of the ohms because I wasn’t trying to fully implement this program, I just wanted to practice Qt5. Other than that, it works as expected.

images

Main Menu