Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
8.0 | 2024-12-09 | ||
7.6 | 2022-12-07 | ||
7.5 | 2022-07-23 | ||
7.4 | 2022-05-04 | ||
7.3 | 2022-02-16 | ||
7.2 | 2022-01-30 | ||
7.1 | 2022-01-11 | ||
7.0 | 2021-12-24 | ||
6.2 | 2021-05-21 | ||
6.1 | 2021-04-12 | ||
6.0.1 | 2020-12-17 | ||
6.0 | 2020-11-28 | ||
5.6 | 2020-10-29 | ||
5.5 | 2020-10-12 | ||
5.4 | 2020-07-05 | ||
5.3 | 2020-05-19 | ||
5.2 | 2020-04-26 | ||
5.1 | 2020-04-18 | ||
5.0.3 | 2020-03-13 | ||
5.0.2 | 2020-02-22 | ||
5.0.1 | 2020-02-09 | ||
5.0 | 2020-02-09 | ||
4.26 | 2019-10-21 | ||
4.25.1 | 2019-08-24 | ||
4.25 | 2019-08-20 | ||
4.24 | 2019-06-24 | ||
4.23a | 2019-06-01 | ||
4.23 | 2019-05-18 | ||
4.22 | 2019-03-29 | ||
4.21 | 2019-03-01 | ||
4.20 | 2019-01-17 | ||
4.19 | 2018-11-22 | ||
4.18 | 2018-10-26 | ||
4.17 | 2018-09-17 | ||
4.16 | 2018-08-26 | ||
4.15 | 2018-08-18 | ||
4.14 | 2018-05-31 | ||
4.13 | 2018-04-27 | ||
4.12 | 2018-04-27 | ||
4.11 | 2018-03-05 | ||
4.10 | 2018-01-07 | ||
4.9 | 2017-04-23 | ||
4.8.9 | 2017-02-18 | ||
4.8.8 | 2017-01-28 | ||
4.8.7 | 2017-01-23 | ||
4.8.6 | 2016-11-14 | ||
4.8.5 | 2016-10-28 | ||
4.8.4 | 2016-10-16 | ||
4.8.3 | 2016-10-10 | ||
4.8.2 | 2016-10-09 | ||
4.8.1 | 2016-10-05 | ||
4.8 | 2016-09-25 | ||
4.7 | 2016-03-02 | ||
4.6 | 2016-01-22 | ||
4.5 | 2015-02-02 | ||
README | 2021-12-24 | 1.5 kB | |
Totals: 56 Items | 1.5 kB | 712 |
PAGE is a drop and drag tool which helps to create Tkinter GUI interfaces for use within Python programs. It is a fork of the program Visual Tcl which now produces Python code. PAGE can build multiple GUI windowd and generates a working skeletal Python program using tk and ttk widgets. It is aimed at a user who wants to rapidly construct a GUI and is willing to compromise generality for ease and speed of construction. It is a helper tool. It does not build an entire application but rather is aimed at building the desired GUI windows. It is not a Python Interactive Design Environment(IDE). Stated in other words, PAGE generates the Python classes which implements the GUI windows and also supplies all of the boiler-plate code for execution or instantiating the GUI windows. If, like me, you have difficulty remembering all the little tricks of getting a GUI to actually appear on the screen, PAGE can show you code that will work. PAGE is written in Tcl/Tk but executed within a Python wrapper and so will run on any system with Python 3 installed including Linux, Unix, OSX, Windows, and Raspberry Pi OS. The generated output is pure Python and will run on any system supporting Python 3 with Tkinter. Version 7 is a major release which support GUI generation with multiple topwindow widgets. It also drops explicit Python 2 support. PAGE is released under the GNU General Public License. PAGE is released under the GNU General Public License.