Skip to content

hanilr/resistor-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resistor Calculator

Resistor calculator written in python.

About The Project

If you don't have a multimeter and need to measure a resistor, this program is for you. My aim in doing this project is for those who are new to the field of electricity or electronics. Having some information about what it is like before buying some tools. I'm currently use tkinter because I'm new on oop so thats my oop test project. I'll continue with qt after that project.

Main Screen

This is main screen, but if you want a specific one you must take a look in "/src" folder.

main

Help Screen

If you need any help or if you wonder how it works.

help

Three Band

In three band you need just three color because in this band you don't need a tolerance color.

three_band

Four Band

In four band you need four color. First and second one is for writing side by side third one is for multiplier fourth and last one is for tolerance.

four_band

Five Band

In five band you need five color. This band like the four band but the third one is for side by side too.

five_band

Six Band

In six band you need six color. (You're starting to understand how these names work!) Like the fifth one but the last color is for temperature.

six_band

Running

Windows: python main.py

Linux: python3 main.py

If you receive an error about tkinter in linux.

Debian: sudo apt-get install python-tk

Arch: sudo pacman -S tk

Fedora: sudo dnf install python3-tkinter

Other Red Hat Distros: sudo yum install -y tkinter tk-devel