self.title_entry.grid(row=0, column=1, padx=5, pady=5) ttk.Label(root, text="Автор:").grid(row=1, column=0, padx=5, pady=5) self.author_entry = ttk.Entry(root ...
Improve this page Add a description, image, and links to the python-tkinter-gui-calculator-desktop-app topic page so that developers can more easily learn about it. Curate this topic ...