An open API service indexing awesome lists of open source software.

https://github.com/mskrasnov/resistor

Программа для вычисления сопротивления резисторов по цветам их маркировки
https://github.com/mskrasnov/resistor

cursive cursive-rs engineering linux resistor resistor-calculator rust

Last synced: 25 days ago
JSON representation

Программа для вычисления сопротивления резисторов по цветам их маркировки

Awesome Lists containing this project

README

          

# Resistor

![](data/screenshot_tui.png)

A program for calculating four-band resistors

## Building

- **Dependencies:** `rustc`, `cargo`, `ncurses`

### Build

```bash
cargo build --release
```

### Run

```bash
./target/release/resistor
```

## License

`resistor` is distributed under the [GNU GPL-3.0 license](LICENSE).