- 资源介绍

网盘截图:

课程目录:
│ fileProcess.log
│ fileTree.txt
│ ReNameTree.bat
│
├─1. Introduction
│ 1. The complete output of the Python PyQt5 & MySql project we are goint go develop.mp4
│ 1. The complete output of the Python PyQt5 & MySql project we are goint go develop.srt
│ 1. The complete output of the Python PyQt5 & MySql project we are goint go develop_CN.srt
│
├─10. User interface creation Reports generation module
│ 1. Report generation.mp4
│ 1. Report generation.srt
│ 1. Report generation_CN.srt
│
├─11. User interface creation Receipt generation module
│ 1. Receipt generation.mp4
│ 1. Receipt generation.srt
│ 1. Receipt generation_CN.srt
│
├─12. Database and table creation in mysql database and Php my admin
│ 1. How to create school database in mysql using phpmyadmin control panel.mp4
│ 1. How to create school database in mysql using phpmyadmin control panel.srt
│ 1. How to create school database in mysql using phpmyadmin control panel_CN.srt
│ 2. How to create student, mark, attendance and fees tables in school database.mp4
│ 2. How to create student, mark, attendance and fees tables in school database.srt
│ 2. How to create student, mark, attendance and fees tables in school database_CN.srt
│
├─13. Complete project code for python
│ 1. Copy the complete python code - copy the complete code and save as school.py.html
│
├─14. Python code How to connect Pyqt5 User interface with Python
│ 1. Connect ui to python code.mp4
│ 1. Connect ui to python code.srt
│ 1. Connect ui to python code_CN.srt
│
├─15. Python code to login form
│ 1. Login form.mp4
│ 1. Login form.srt
│ 1. Login form_CN.srt
│
├─16. Student module python code
│ 1. Add student part 1.mp4
│ 1. Add student part 1.srt
│ 1. Add student part 1_CN.srt
│ 2. Add student 2.mp4
│ 2. Add student 2.srt
│ 2. Add student 2_CN.srt
│ 3. edit student 1.mp4
│ 3. edit student 1.srt
│ 3. edit student 1_CN.srt
│ 4. Edit student part 2.mp4
│ 4. Edit student part 2.srt
│ 4. Edit student part 2_CN.srt
│ 5. Delete student.mp4
│ 5. Delete student.srt
│ 5. Delete student_CN.srt
│
├─17. Mark module python code
│ 1. Add marks.mp4
│ 1. Add marks.srt
│ 1. Add marks_CN.srt
│ 2. Edit marks.mp4
│ 2. Edit marks.srt
│ 2. Edit marks_CN.srt
│ 3. Delete marks.mp4
│ 3. Delete marks.srt
│ 3. Delete marks_CN.srt
│
├─18. Attendance module python code
│ 1. Add attendance.mp4
│ 1. Add attendance.srt
│ 1. Add attendance_CN.srt
│ 2. Edit attendance.mp4
│ 2. Edit attendance.srt
│ 2. Edit attendance_CN.srt
│ 3. Delete Attendance.mp4
│ 3. Delete Attendance.srt
│ 3. Delete Attendance_CN.srt
│
├─19. Fees module python code
│ 1. Addd Fees.mp4
│ 1. Addd Fees.srt
│ 1. Addd Fees_CN.srt
│ 2. Fees Receipt Generation.mp4
│ 2. Fees Receipt Generation.srt
│ 2. Fees Receipt Generation_CN.srt
│ 3. Edit fees.mp4
│ 3. Edit fees.srt
│ 3. Edit fees_CN.srt
│ 4. Delete Fees.mp4
│ 4. Delete Fees.srt
│ 4. Delete Fees_CN.srt
│
├─2. Software installation
│ 1. How to install Python.mp4
│ 1. How to install Python.srt
│ 1. How to install Python_CN.srt
│ 2. How to install PyQt5 and PyQt5 tools.mp4
│ 2. How to install PyQt5 and PyQt5 tools.srt
│ 2. How to install PyQt5 and PyQt5 tools_CN.srt
│ 3. How to install xampp and mysql.mp4
│ 3. How to install xampp and mysql.srt
│ 3. How to install xampp and mysql_CN.srt
│ 4. How to install text editor for our project.mp4
│ 4. How to install text editor for our project.srt
│ 4. How to install text editor for our project_CN.srt
│
├─20. Reports Generation
│ 1. Reports Generation.mp4
│ 1. Reports Generation.srt
│ 1. Reports Generation_CN.srt
│ 2. Report Design Style Generation.mp4
│ 2. Report Design Style Generation.srt
│ 2. Report Design Style Generation_CN.srt
│
├─21. Extra Changes in this project
│ 1. Extra changes.mp4
│ 1. Extra changes.srt
│ 1. Extra changes_CN.srt
│
├─22. Export reports from QTableWidget to Excel File
│ 1. Export to Excel from Pyqt5 tables.mp4
│ 1. Export to Excel from Pyqt5 tables.srt
│ 1. Export to Excel from Pyqt5 tables_CN.srt
│ 2. Download the modified python code.html
│ 3. The modified Gui for export to excel.html
│
├─3. Download images for ui design
│ 1. Right click on each image - select - save image as - and save it.html
│ 2. Complete ui file code - copy the contents of the code and save as school.ui.html
│
├─4. New project and menu creation using Qt Designer
│ 1. How to create new project and menu.mp4
│ 1. How to create new project and menu.srt
│ 1. How to create new project and menu_CN.srt
│ 2. How to set menu colors and object names in the menu.mp4
│ 2. How to set menu colors and object names in the menu.srt
│ 2. How to set menu colors and object names in the menu_CN.srt
│
├─5. Interface Design - Login form and home page design
│ 1. Login form creation.mp4
│ 1. Login form creation.srt
│ 1. Login form creation_CN.srt
│ 2. Home page creation.mp4
│ 2. Home page creation.srt
│ 2. Home page creation_CN.srt
│
├─6. User interface creation Student details module
│ 1. Add new student interface design.mp4
│ 1. Add new student interface design.srt
│ 1. Add new student interface design_CN.srt
│ 2. Edit or Delete student interface design.mp4
│ 2. Edit or Delete student interface design.srt
│ 2. Edit or Delete student interface design_CN.srt
│
├─7. User interface creation Mark management module
│ 1. Add mark details.mp4
│ 1. Add mark details.srt
│ 1. Add mark details_CN.srt
│ 2. Edit or delete mark details design.mp4
│ 2. Edit or delete mark details design.srt
│ 2. Edit or delete mark details design_CN.srt
│
├─8. User interface creation Attendance management module
│ 1. Add attendance Details.mp4
│ 1. Add attendance Details.srt
│ 1. Add attendance Details_CN.srt
│ 2. Edit or delete attendance details.mp4
│ 2. Edit or delete attendance details.srt
│ 2. Edit or delete attendance details_CN.srt
│
└─9. User interface creation Fees management module
1. Add fees details form.mp4
1. Add fees details form.srt
1. Add fees details form_CN.srt
2. Edit or delette fees form.mp4
2. Edit or delette fees form.srt
2. Edit or delette fees form_CN.srt
猜你喜欢
-
夏曹俊VisualStudio2022构建调试C++项目
2024-04-24 -
STL源码剖析PJ版
2024-10-25 -
【奇境】计算机图形学底层原理-如何从C++独立编写openGL模拟库
2023-12-14 -
FFmpeg第一季:小白开窍+九阳神功|完结无密
2023-11-15 -
郁金香游戏逆向2022
2024-03-12 -
慕课Qt 全流程实战企业级项目 – 云对象存储浏览器|24章完结
2024-04-09 -
大丙课堂-设计模式 – 【C++ 版】|完结无秘
2023-09-27 -
C++百万并发网络通信引擎架构与实现(服务端+客户端+跨平台)第2季
2023-09-17 -
C/C++ 高频交易系统编写(纳秒级,多进程,分布式,附基础代码)
2024-01-05 -
王健伟C++全套教程,C/C++这—套就够了,视频+资料(90G),价值999
2024-11-19
-
王道C++长期班43期|2023完结
2023-09-19 -
C++零基础到工程实践|2024完结
2025-03-01 -
老九学堂C++
2024-01-23 -
C++、MFC一站式高级开发课程,视频+源码资料,价值1021
2024-12-02 -
OpenGL实战编码设计视频课程
2023-10-21 -
码牛学院移动互联网高级开发正式课二期|价值7880元|完结无密
2023-01-27 -
大丙课堂全面掌握C编程基础C语言入门到精通
2024-05-22 -
C++ STL标准模板库-优秀的C++标准库视频课程
2024-10-26 -
2024王道C++全套
2024-06-14 -
C++零基础可视化
2025-03-02
猜你在找
常见问题FAQ
- 视频加密吗?
- 无密,本站视频全部为超清无密MP4格式
- 怎么发货?
- 课程没更新完怎么办?
- 有问题怎么解决?
