Change tkinter window name

Code examples

6
0

change tkinter window name


windowName.title('Window Title')

#Example
import tkinter
window = tkinter.Tk()
window.title('My Title')
0
0

how to define the name of your tkinter window

from tkinter import *
   
root = Tk()
root.title("Calculas")

root.mainloop()

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................