PAGE GUI builder installation

PAGE is a Python GUI generator. It can be downloaded from https://sourceforge.net/projects/page/

PAGE is a drag and drop GUI builder.

Requirements

Tcl/Tk 8.6 or higher. For windows this can be downloaded from https://www.activestate.com/activetcl/downloads

Windows installation

Download and install Tcl/Tk from the second link. Download (the .exe file) and install PAGE from the first link. Double click on the desktop icon for PAGE which will run winpage.bat from the installed folder. You can create a shortcut for this file and transfer it to the desktop as well.

Linux installation

Linux usually comes with Tcl/Tk . So you probably don’t need to install that. Download the .tgz file from the first link. Then do the following.

cd location_of_the_tgz file
tar -xvzf page-4.10.tgz
cd page
./configure
make
make install
./page