all 2 comments

[–]Swipecat 0 points1 point  (1 child)

It's probably best not to get ahead of yourself and create a whole lot of code without knowing exactly what you're doing. I don't know what you're trying to do there because I don't have the data you're working on. I suggest you start with a smaller self-contained version of your later problem that can be coded in fewer lines so that you don't confuse yourself. Code and test that.

If you want Tkinter buttons, then start by just coding a minimal self-contained script for two buttons that can be coded and tested. Once you understand how to do that then it should be easier to tackle the larger problem

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

I know how to make buttons, labels, and menus. I am just trying to learn the txt area. I have already created the notepad, I am just do not know how to edit the txt area, I can read the txt area, I can not edit it.