摘要: 安装virtualenv pip3 install -i https://pypi.mirrors.ustc.edu.cn/simple/ virtualenv 安装virtualenvwrapper pip3 install -i https://pypi.mirrors.ustc.edu.cn/ 阅读全文
posted @ 2020-06-02 16:02 jenas 阅读(332) 评论(0) 推荐(0)
摘要: 示例 import tkinter as tk win = tk.Tk() win.title('手撸代码') win.geometry('500x200') lable1 = tk.Label(win, bg='green', text='Left') lable1.pack(side=tk.LE 阅读全文
posted @ 2020-05-24 15:18 jenas 阅读(183) 评论(0) 推荐(0)
摘要: pyqt5图形界面模版,初学pyqt5,经常会用到的代码片段。 # -*- coding: utf-8 -*- # # Form implementation generated from reading ui file 'FormUI.ui' # # Created by: PyQt5 UI co 阅读全文
posted @ 2020-05-24 12:16 jenas 阅读(4131) 评论(0) 推荐(0)