把一切操作变成GUI
2024-06-01 04:22 deepin
Backbone of ecological co-construction group
oledll好像是windows下的才能用
试试换种字体
如果你系统安装了“文泉驿正黑”字体
import tkinter as tk
root = tk.Tk()
font_name = 'WenQuanYi Zen Hei'#我不确定字体的名称
font_size = 12
font = (font_name, font_size)
label = tk.Label(root, text='你好,世界', font=font)
label.pack()
root.mainloop()
Reply Like 0 View the author
显示的汉字很难看,网络上找到的办法试了都不行
报错:AttributeError: module 'ctypes' has no attribute 'OleDLL'
做一点很简单的交互,这次有点不想用 wx 或 QT
系统当然是 deepin