diff --git a/.gitignore b/.gitignore index 82195aa..685450e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv -.idea \ No newline at end of file +.idea +__pycache__ \ No newline at end of file diff --git a/README.md b/README.md index c9dd186..e6c6f80 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file