Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/so1der/kivy-smd-calc
SMD resistor code calculator, using Python and Kivy, mostly for android
https://github.com/so1der/kivy-smd-calc
android apk buildozer calculator kivy python resistors smd soldering
Last synced: about 9 hours ago
JSON representation
SMD resistor code calculator, using Python and Kivy, mostly for android
- Host: GitHub
- URL: https://github.com/so1der/kivy-smd-calc
- Owner: so1der
- License: gpl-3.0
- Created: 2022-06-06T10:31:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T07:49:01.000Z (over 2 years ago)
- Last Synced: 2024-07-29T19:06:25.816Z (6 months ago)
- Topics: android, apk, buildozer, calculator, kivy, python, resistors, smd, soldering
- Language: Python
- Homepage:
- Size: 12.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kivy SMD Resistors Calculator
So I rewrite my previous version of SMD Resistors Calculator. Now it's using Kivy instead of Tkinter. Thats gave me an opportunity to use Buildozer and compile an APK file. With which I am not satisfied alas, its size is 12 Mb, and ~51 Mb after installation. Thats a little to much for a simple calculator app I guess :)
Anyway, you still can download this APK file, or compile it thyself. I am also slightly rewrited code for Buildozer, modified .py file is on the "calc_apk"
folder.
Previous version
You can find repository of previous version here:
- [smd-resistor-calc](https://github.com/so1der/smd-resistors-calc)
![alt tag](https://raw.githubusercontent.com/so1der/kivy-smd-calc/main/images/screenshots.png "ScreenShots of the programm")