https://github.com/agusmakmun/resistor-calculator
Simply web app to calculate resistance of the resistor using Django.
https://github.com/agusmakmun/resistor-calculator
django django-apps python-apps resistor resistor-calculator web-app
Last synced: 8 days ago
JSON representation
Simply web app to calculate resistance of the resistor using Django.
- Host: GitHub
- URL: https://github.com/agusmakmun/resistor-calculator
- Owner: agusmakmun
- License: mit
- Created: 2017-09-04T11:48:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T06:36:06.000Z (almost 8 years ago)
- Last Synced: 2025-03-04T15:35:35.662Z (4 months ago)
- Topics: django, django-apps, python-apps, resistor, resistor-calculator, web-app
- Language: Python
- Homepage: https://python.web.id/resistor-calculator/
- Size: 636 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
> **Resistor Calculator** is a simply app
> to calculate and check resistance of the resistor by colors.
> This form is available for 4 and 5 color bracelets.
Install & Usage
----------------> I assume you already setup with virtual enviroment (virtualenv).
```
$ pip install Django # get new version
$ git clone https://github.com/agusmakmun/resistor-calculator.git
$ cd resistor-calculator/
$ ./manage.py runserver
```And let checkout at http://127.0.0.1:8000/ to your browser.