github.com/dovax/dogui ↗
Code enabling easy gui creation for general applications
Open this visualization on its own page →
Contributors
2
Lines of Code
20
From
2019-10-14
To
2020-03-25
About dovax/dogui
Dogui is a lightweight Python wrapper around Tkinter that simplifies GUI creation for general applications. The library allows developers to build graphical interfaces with minimal code by declaring GUI widgets between initialization and a build_gui() method call. It abstracts away much of Tkinter's verbosity while maintaining access to core functionality.
The project provides a small set of commonly-used widgets including Label, Entry, Button, Combobox, and Picturebox. Each widget's parameters and capabilities are documented in the dogui_core.py file. The library is distributed via pip and is released under the MIT license, welcoming pull requests from contributors while requesting that major changes be discussed via issues first.