updated readme and gitignore

This commit is contained in:
Maddie H 2022-09-21 16:53:40 +01:00
parent 2553ea5548
commit 4769af243d
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
venv venv
.idea .idea
__pycache__

View File

@ -1,6 +1,8 @@
# ![Resistor Symbol](https://upload.wikimedia.org/wikipedia/commons/c/c3/Resistor_symbol_IEC.svg) Simple Resistor Calculator # ![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 ## 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 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. resistor from the band colours that you have entered.