dovax/dogui ↗
Created Jan 2, 2021 · View the dovax/dogui repository page
Code enabling easy gui creation for general applications
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
20
From
Oct 14, 2019
To
Mar 25, 2020
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.
