I am using repl.it(link to my project) and I am wanting to create a taskbar so that when the user clicks on it the app will be called. To call the functions I am using:
button = tk.Button(window,
text="Text",
command=command
)