https://github.com/hanilr/resistor-calculator
Resistor Calculator - Written In Python. (With Gui)
https://github.com/hanilr/resistor-calculator
electrical-engineering engineering gui python resistor resistor-calculator tkinter
Last synced: 26 days ago
JSON representation
Resistor Calculator - Written In Python. (With Gui)
- Host: GitHub
- URL: https://github.com/hanilr/resistor-calculator
- Owner: hanilr
- License: mit
- Created: 2021-04-24T08:33:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T18:39:38.000Z (4 months ago)
- Last Synced: 2025-01-02T19:31:25.250Z (4 months ago)
- Topics: electrical-engineering, engineering, gui, python, resistor, resistor-calculator, tkinter
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resistor Calculator
Resistor calculator written in python.* [About The Project](#about-the-project)
* [Running](#running)# 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.
## Help Screen
If you need any help or if you wonder how it works.
## Three Band
In three band you need just three color because in this band you don't need a tolerance color.
## 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.
## 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.
## 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.
# Running
### Windows: ` python resistor-calculator.py `
### Linux: ` python3 resistor-calculator.py `> If you want to test per band or screen run in `/resistor-calculator/src` directory.
>> python3 three_band.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 `