标签: macos python-3.x button tkinter
经过多次尝试和谷歌搜索后,我无法弄清楚如何设置按钮的背景颜色。这就是我现在所拥有的。
password_button = Button(window, text="SUBMIT", width=5, command=click, bg="black").grid(row=2, column=0, sticky=W)
任何帮助都将不胜感激。