Kivy vs Tkinter - First Try

From OpenCircuits
Revision as of 15:46, 8 February 2017 by Russ hensel (talk | contribs)
Jump to navigation Jump to search

What

I am trying to implement this window in Tkinter over again in Kivy. This is my first bit of code to show some progress, I am trying to do it without any Kv coding. Kivy - First Impressions

Tkinter

Here is the SmartTerminal window in Tkinter.


Kivi ( first try )

Not much, but the basic outline.

Python Code