
Welglänz 1.0.0 Demonstration on Linux.
â pip install welglanz â
Welglänz is a minimalist, intuitive, compact, and thorough CLI UX for Python 3. It is designed for basic terminal forms and provides widgets ranging from simple prompts and confirmation dialogs to spinners and progress bars. It also provides many features, including customization options such as built-in icons, password masks, and an extremely simple, configurable theme. There is also a small terminal rendering module that can help you create your own widgets, or, for example, simply clear a line. It's a relatively new project, and there are many things left to implement or fix.
from welglanz import wgz_show_demo
wgz_show_demo()This function showcases nearly all of the current features of Welglänz (1.0.0).
Also, check the demo source code for a quick introduction.
Check out the complete cheat sheet/documentation here.
đ Welglänz V1.0.0