Python visual interface constructor apps

PAGE

  • support drag&drop;
  • based on the "drawn" interface generates python modules;
  • actual placement of components using the place method.

Pygubu

  • placement of components not by dragging, but by selecting a container cell (grid) and selecting the desired component;
  • the created interface is saved in its own xml format (with the ui extension), the resulting files in your program can be "connected" to create windows;
  • placement of components using the grid method.

Tkinter-Designer

  • a code and image generator for a GUI based on a design developed with Figma;
  • in the generated code, controls are placed using place.

Formation

  • support drag&drop;
  • interface description is saved in its own xml format (similar to Pygubu approach);
  • placement of elements is possible through grid, pack, place (selected in the properties of the container - window or frame - before adding the component).


Комментарии

Популярные сообщения из этого блога

MapBox-compatible file formats and limitations