Resistors/README.md

8 lines
397 B
Markdown
Raw Normal View History

2022-09-21 16:47:41 +01:00
# ![Resistor Symbol](https://upload.wikimedia.org/wikipedia/commons/c/c3/Resistor_symbol_IEC.svg) Simple Resistor Calculator
2022-09-21 16:53:40 +01:00
A college mini project for calculating a resistor's resistance.
2022-09-21 16:47:41 +01:00
## How to use
2022-09-21 16:53:40 +01:00
Run `python main.py`.
2022-09-21 16:47:41 +01:00
The program will ask you to enter 5 resistor band colors. It will then calculate the resistance and tolerance of the
resistor from the band colours that you have entered.