We will be creating tutorials for kids who would like to learn Python. In order to avoid the hassle and bewilderment you can experience as a novice when it comes to install Python on different Windows computers, we would like, if possible, to make an installation packet with Python which will take care of everything so that the would be programmer does not have to deal with PATH variables etc.
Would it also be possible to bundle some of the add-ons/libraries in the same installation package? For example, if we will make a tutorial which requires PyGame, could we in some way use an intelligent packet installer which will install Python 3.5 in the right place, fix the PATH variable, etc, and then, at the same time, install PyGame properly?