A lightning-fast command-line tool for electronics engineers and hobbyists that takes the pain out of resistor calculations. Whether you're decoding color bands, calculating parallel circuits, or finding the perfect E12 resistor value, Resistor Finder CLI has got your back.
- Color code decoder (4 & 5 band)
- Series/parallel calculator
- E12 value finder
- Power dissipation checker
git clone https://github.com/SaurabPoudel/resistor_finder.git
cd resistor_finder
cargo build --release
sudo cp target/release/resistor_finder /usr/local/bin/
resistor_finder_cli --help