Skip to content

Instantly share code, notes, and snippets.

@c34s3r
c34s3r / gist:dbcef3046babc9fca06d
Created November 14, 2015 08:18
quadratic equations with kivy and python...
I wrote a quadratic equations GUI based script..
I used kivy and python, the formula is also the Almighty formula..
I used the floatlayout so that it maintains it's look even on landscape...
here's the code below...
for the. py file.....
#-*-coding:utf8;-*-
#qpy:2
@c34s3r
c34s3r / gist:19283a6fccd6509392b7
Created November 14, 2015 08:09
kivy popup with 2 buttons
I created a popup in kivy with two buttons...
one button closes the popup while the other does nothing..
I used the floatlayout ..
this is the. py file...
#-*-coding:utf8;-*-
#qpy:2
#qpy:kivy