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.
- Host: GitHub
- URL: https://github.com/dawedawe/tusistor
- Owner: dawedawe
- License: mit
- Created: 2024-12-21T17:44:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T21:20:34.000Z (about 1 year ago)
- Last Synced: 2025-06-16T22:32:24.828Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.89 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.


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