updated readme and gitignore
This commit is contained in:
parent
2553ea5548
commit
4769af243d
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
venv
|
||||
.idea
|
||||
.idea
|
||||
__pycache__
|
@ -1,6 +1,8 @@
|
||||
# ![Resistor Symbol](https://upload.wikimedia.org/wikipedia/commons/c/c3/Resistor_symbol_IEC.svg) Simple Resistor Calculator
|
||||
A college mini project.
|
||||
A college mini project for calculating a resistor's resistance.
|
||||
|
||||
## How to use
|
||||
Run `python main.py`.
|
||||
|
||||
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.
|
Loading…
Reference in New Issue
Block a user