A college mini-project for calculating a resistor's resistance.
Go to file
2022-10-12 17:15:42 +01:00
.gitignore updated readme and gitignore 2022-09-21 16:53:40 +01:00
bands.json initial commit 2022-09-20 10:35:36 +01:00
colours.py added comment to colours.py 2022-09-21 15:54:46 +00:00
main.py add type hints 2022-10-12 17:15:42 +01:00
README.md updated readme and gitignore 2022-09-21 16:53:40 +01:00

Resistor Symbol Simple Resistor Calculator

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.