Print tabular formated text into a tk.Text widget, not aligned as its supposed
问题 I couldn't found answer on the internet so I'm hoping you can help me. I'm trying to print from a list into a text box in Tkinter. From some reason, when I print it to text box it's not aligned as its supposed to be but when I print it to the console, its aligned correctly. Data that I'm using you can find on data. Any of you knows what might be the problem? from tkinter import * popup = Tk() popup.wm_title("Podaci mreze") widthTabela = 600 heightTabela = 500 def zatvaranje(): popup.destroy()