This is an extension to be used alongside the VIS python module available via github. Its aim is to make the creation of tkinter elements and screens even easier and faster than using the VIS module alone. Some planned features will require that the user has the VIS module installed as well and may only be available once a .VIS project has been initialized.
Features
Auto write and grid tkinter label
Requirements
None
Known Issues
None
Release Notes
0.0.1
Auto write and grid tkinter label from selection menu
0.0.2
Auto write and grid tkinter button...
Auto write and grid tkinter entry...
Auto write and grid tkinter combobox...
0.0.3
Added keyboard shortcuts all under shift+alt
-Auto label B (shift+alt+L)
-Auto button B (shift+alt+B)
-Auto entry B (shift+alt+E)
-Auto combobox B (shift+alt+M)
Upcoming
More elements creatable through VIS submenu
VIS module functionality via VIS submenu
Option to disable popup messages
Create command (with VIS) and button together (shift+alt+K)