python-3.x 如何在windows 10中的tkinter窗口中获得圆边

qacovj5a  于 2023-03-04  发布在  Python
关注(0)|答案(2)|浏览(335)

Windows 11中的Tkinter窗口看起来是这样的:Preview
有谁能告诉我如何在windows 10中做到这一点吗

iugsix8n

iugsix8n1#

我不认为你可以用tkinter模块来做圆边,你可能需要使用PyQt5(一个有更多特性的GUI模块)。

o0lyfsai

o0lyfsai2#

你可以使用customtkinter来获得一个现代化的UI。对于windows 10,我使用customtkinter创建了一个圆角的窗口样式:https://github.com/TomSchimansky/CustomTkinter/discussions/736

相关问题