tkinter - Python grid_remove - Stack Overflow
stackoverflow.com › questions › 35567459Feb 23, 2016 · Because of the nature of grid, you can have widgets stacked on each other if they are given the same co-ordinates (row and column). If you swapped over to pack, you would see Entry boxes continuously being created below the old ones. Additionally you are not using grid_forget correctly. All you are doing is forgetting the last widget created ...