编程
超级炒鸡
5年级4班班长
喜欢数学,当然,更喜欢python
不近视
展开
-
c++ 创建Windows窗口
233原创 2022-08-09 18:58:39 · 1535 阅读 · 1 评论 -
用C++编绘图控件工具
点开看看吧!!求求原创 2022-05-14 11:44:41 · 888 阅读 · 0 评论 -
python 计时器
直接上代码:import tkinter as tkimport time# 创建主窗口window = tk.Tk()window.title('进度条')window.geometry('630x150')# 设置下载进度条tk.Label(window, text='下载进度:', ).place(x=50, y=60)canvas = tk.Canvas(window, width=465, height=22, bg="white")canvas.place(x=110原创 2022-04-27 12:26:01 · 146 阅读 · 0 评论 -
python 计时器
计时器原创 2022-04-27 12:21:25 · 137 阅读 · 0 评论 -
python 做绘图工具
你想不想用python画画?直接上代码:import tkinterclass MyButton: def __init__ (seif,root,canvas,label,type): self.root = root self.canvas = canvas self.label = label if type == 0:原创 2022-04-27 11:49:55 · 633 阅读 · 1 评论 -
【无标题】用python做圆周率倍数从1~100
直接上代码:for i in range(100): i=i+1 print('3.14 X ',i," =",3.14*i)原创 2022-02-23 12:17:31 · 424 阅读 · 0 评论 -
python画皮卡丘
python画皮卡丘原创 2021-12-27 11:47:23 · 180 阅读 · 0 评论