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

https://github.com/dawedawe/tusistor

Sources of the tusistor TUI app and the rusistor lib.
https://github.com/dawedawe/tusistor

Last synced: about 1 year ago
JSON representation

Sources of the tusistor TUI app and the rusistor lib.

Awesome Lists containing this project

README

          

# tusistor

This is a [Ratatui] app to calculate the color codes and specs of electrical resistors.
3, 4, 5 and 6 band resistors are supported.
You can go from selected color codes to specs or from specs to color codes.
The resistance input supports the RKM notation, e.g. `4k7`.
The input of tolerance and/or TCR are optional depending on your resistance input.

![tab1.gif](./tab1.gif)

![tab2.gif](./tab2.gif)

A Wasm version built with [Ratzilla] is available here

[Ratatui]: https://ratatui.rs
[Ratzilla]: https://orhun.dev/ratzilla/

## License

This project is licensed under the MIT license ([LICENSE] or )

[LICENSE]: ./LICENSE