3. How to set title in tkinter python gui
Channel:
Subscribers:
182
Published on ● Video Link: https://www.youtube.com/watch?v=PfwEwUx55kg
3. How to set title in tkinter python gui
Note : Recplace (greater than) and (less than) with their sign/symbol ( Because Youtube donot allow angle brackets in description ) OR You can get this code on github by using github link
Code github Link : https://github.com/ubaidahmadceh/tkinter_basics_to_advanced/blob/main/Title_in_Tkinter.py
code :
from tkinter import *
root=Tk()
root.geometry("400x400")
root.title("Your Title") # Replace Your Title With Title you want
root.mainloop()
Other Videos By UBprogrammer - Hindi
Tags:
how to remove title bar in python tkinter
change title in python tkinter
how to change python tkinter title font size
python tkinter title center
python tkinter title bar text
python tkinter title
python tkinter title bar color
python tkinter title color
python tkinter frame title
python tkinter