VIStk

VIStk#

A lightweight framework for building multi-screen Tkinter applications.

VIStk provides window and layout management, a project/screen registry, reusable widgets, a tabbed Host shell, and a CLI for scaffolding and releasing apps. Standard Tkinter widgets and geometry managers work alongside VIStk objects without conflict.

pip install VIStk

Quick example — create a project and launch it:

mkdir MyApp && cd MyApp
VIS new
VIS MyApp

Note

VIStk is under active development (0.4.4). API details may change between minor versions. See Changelog & Roadmap for the latest changes and Known Issues for open issues.