Serveur miroir info

Télécharger des tklayout v. 1.0.0 2018-03-17 (tklayout.py: 17,605 octets) va bientôt commencer. Sinon, cliquez sur tklayout.py.

Informations sur le fichier

Taille du fichier
17,605 octets
MD5
82bf5015669c2708e876430515f5d158
SHA1
9316203321bb960d05aa985db8fefc2a35b102d2
SHA256
af19e7caa817eee0cb55c06e4a8c5548a37c9c1559d822b5974aeacb5b598d4f
Virus Check
Uploaded files are scanned with VirusTotal on OSDN.

Description du projet

A Python library that simplifies the construction of Tkinter user interfaces by allowing the developer to specify the structure of the interface elements from the inside out.

Whereas Tkinter requires that nested frames and other widgets be created from the outside in (i.e., the outermost frame created first), the layout of an interface is often easier to conceptualize and describe from the inside out. The tklayout library simplifies the development of the interface by separating the description of the interface structure from the construction of the nested frames that implement that structure.