MyReader
一个PyQt5 还行的MVC开发规划示例
Install / Use
/learn @yejue/MyReaderREADME
myReader
一个PyQt5 简单但还行的MVC开发规划示例
An ordinary MVC model for PyQt5
It was not easy for me to get involved in software development for the first time So, I decide to imitate the structure of Django to do the same work on PyQt5 ...It's just a little bit of my thinking, but it works.
快速使用
所有的窗口集合在 main_controller
在allocating中继承了所有的对象,运行allocating即可启动
