From 4769af243deb9038d3e541fea05a0648f9256c20 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Wed, 21 Sep 2022 16:53:40 +0100 Subject: [PATCH] updated readme and gitignore --- .gitignore | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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