分类: python

解决module ‘pip’ has no attribute ‘main’的方法

新版本的pip没有main方法。建议卸载旧版本的pip,重新安装。 linux下…

Continue Reading 解决module ‘pip’ has no attribute ‘main’的方法

kdpad开发计划

kdpad是本人模仿notepad++做的一款编辑器,使用python3和pyq…

Continue Reading kdpad开发计划

2019年python GUI开发计划

目标 知道怎么开发一个大型的GUI系统 能够以最快的速度开发一个qt程序 了解w…

Continue Reading 2019年python GUI开发计划

python和pyqt5查看API的方法

一、查看本地的API文档 在终端(windos下是cmd)运行python3 -…

Continue Reading python和pyqt5查看API的方法

使用tkinter创建socket测试工具

一、主界面程序,文件名socketTester.py from tkinter …

Continue Reading 使用tkinter创建socket测试工具