I sneak-peeked ahead on how to create a windows executable once
I have a gui-based python app put together. Udes the Paris-Diderot code
for the pshchedelic Canvas. Pyinstaller does all the lifting, and it works!!
One needs to use 'pip install pyinstaller' first.
* * *
Lesson 11 in the tkinter series is for the text widget, which creates
a text area one can then harvest. Has a few thoughtful features. The font family
and font size go together, and is in pixels. The height of the window is specified in
characters; here, 8 characters high. the settings on the get() ... 1.0, END, starts
at first line, first character.
No comments:
Post a Comment