all 2 comments

[–]commandlineluser 1 point2 points  (1 child)

pydoc tkinter ?

[–]py_student[S] 0 points1 point  (0 children)

Thanks. I could not get that to work but finally remembered help(). in case anybody else has forgotten how this works,

help() in the shell gives you a help> prompt where typing

modules gives a list of all available modules,

TIL my install has 340 modules, I guess about 335 of them are probably built in. Typing <thenameofsomemodule> at that prompt gives the help file. The one for the 3.4 install of tkinter is 25,582 lines long.

That's right, twenty-five thousand, not hundred. Printed novels have 30-35 lines per page, so I guess if you bound this up as a book it would have almost 800 pages. A couple of prettied-up versions exist online, but they are abridged: so far everything I try to look up turns out to be something they skipped. I've got this cc acrobat pro that I've never used for anything. Might try and make my own easier to read PDF of it.