lineintf

LineIntf - Line Interface makes easy to do tkinter interfaces placing the widgets in line styles.


License
MIT
Install
pip install lineintf==1.0.2

Documentation

LineIntf - Line Interface makes easy to do tkinter interfaces placing the widgets in line styles.

In line styles means placing the widgets like a text is write, from left to right with break lines.

There's the option also to use LineIntf as root to another LineIntf that's make a new column over all the root.

LineIntf also facilitates to get and set the value of the components if you had specified the name first.

LineIntf also bundle some functionalities over some components like new_choice and new_list that's are both lists that have distinct features.

The main idea over LineIntf is make very easy to do and handle interfaces.