Python Forum
A Tkinter Widget-Templater/GUI Builder for Linux/Mac - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: A Tkinter Widget-Templater/GUI Builder for Linux/Mac (/thread-27461.html)



A Tkinter Widget-Templater/GUI Builder for Linux/Mac - rootVIII - Jun-07-2020

I made a pretty neat project for templating a Tkinter GUI for Python3: VisiPy

The front end itself is made in Python/Tkinter, and the rest was coded with Golang.

It's only been tested on Linux, but will be testing it for MacOS soon.

There is an Ubuntu exe and a Mac/Darwin exe in the bin/ directory if you don't have Golang installed or don't want to build the exe yourself.

I haven't actually tried the MacOS executable in bin/ yet... The GUI may or may not need some tweaking on a Mac. If it looks a bit off for a Mac, it will be updated in a few days.

Linux versions look good for ubuntu and plasma desktop environments (possibly gnome as well).


RE: A Tkinter Widget-Templater/GUI Builder for Linux/Mac - Gribouillis - Jun-08-2020

Thanks for sharing! It looks like an ambitious project. I watched the demo screencast and it looks promising. A modern RAD tool for tkinter would be a very nice thing. In my next GUI project, I'll try this tool!


RE: A Tkinter Widget-Templater/GUI Builder for Linux/Mac - rootVIII - Jun-09-2020

Thanks Gribouillis :) Yeah workin' from home these days with all the virus stuff and needed a project Idea Rolleyes