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

https://github.com/maxmacstn/simple4bandresistorcalculator

A simple GUI 4-Band resistor calculator using Python
https://github.com/maxmacstn/simple4bandresistorcalculator

Last synced: 22 days ago
JSON representation

A simple GUI 4-Band resistor calculator using Python

Awesome Lists containing this project

README

          

# Simple4BandResistorCalculator
A simple GUI 4-Band resistor calculator using Python3
This project was a homework by SE student.

## Features
- Easy-reading human output format
- Live resistor color band preview

## Prerequisites
This project was designed using PyQt Designer, you can edit GUI using MainWindowGUI.ui file but it only using PyQt5 GUI library to run, you can install it using pip3 as command below
```
pip3 install PyQt5
```

## ScreenShot
![alt text](https://github.com/maxmacstn/Simple4BandResistorCalculator/raw/641309a36564a1cd75174f3ac5e009cdabde2d54/asset/2018-01-30%2020_42_02-ResistorCalc.png)