Skip to content

SMD resistor code calculator, using Python and Kivy, mostly for android

License

Notifications You must be signed in to change notification settings

so1der/kivy-smd-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

alt tag