Description
Feature
Add tkinter to the official embeddable python zip file
Pitch
At the moment tkinter is not included to the official embeddable python zip file despite being part of the standard library. Unfortunately, there does not seem to be an easy way to add it back after installing/unzipping the embeddable python because it is not on pypi.org.
It seems that adding tkinter to the zip file could be simply a matter of adding a single line in
https://github.com/python/cpython/blob/0faa0ba240e815614e5a2900e48007acac41b214/PC/layout/support/options.py
If the omission has been motivated by trying to keep the nugget file as small as possible maybe an alternative would be to provide an official tkinter package on pypi.org or to provide two embeddable versions.