How to create the status bar of GUI window with Tkinter?

I have been working on the interface application of Tkinter recently. I want to add a status bar at the bottom of the window to show the status of the program. What should I do?

Oct.26,2021

improve the music downloader by yourself. It has the state function you mentioned, but it is similar to Consle, and the whole source code is moved here.

-sharp
imoport tkinter as tk
win=tk.Tk()

-sharp
def info():
    info_win=tk.Tk()
    info_win.title('')
    -sharp

-sharp
msg=tk.Button(win,text='',command=info)
msg.pack()

-sharp"" 
button['text']=''
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3da15-2c39e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3da15-2c39e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?