# Student-System-Pyqt6 **Repository Path**: fs529/student-system-pyqt6 ## Basic Information - **Project Name**: Student-System-Pyqt6 - **Description**: 简单的学生管理系统,python桌面程序代码 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: index - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 3 - **Created**: 2024-09-10 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, GUI, PyQt ## README ## 改源操作 要改变pip的源,你可以通过修改pip的配置文件来实现。配置文件通常位于以下位置:
Unix和M`acOS:~/.pip/pip.conf`
Windows:`%HOME%\pip\pip.ini`
如果这些文件不存在,你可以手动创建它们。
在配置文件中,你可以添加以下内容来改变源:
在`[global]`段下,设置`index-url`为新的镜像源地址。例如,使用清华大学的镜像源,
可以设置为`index-url = https://pypi.tuna.tsinghua.edu.cn/simple`
在后方加入`-i https://pypi.tuna.tsinghua.edu.cn/simple`
例:pip install mlxten`d -i https://pypi.tuna.tsinghua.edu.cn/simple ## 参考资料 ### 参考视频 [【PyQT6开发学生管理系统】](https://www.bilibili.com/video/BV1urp7eEE8g/?spm_id_from=333.880.my_history.page.click) ### 当前进度 [13.验证添加学生信息](https://www.bilibili.com/video/BV1rZtjejESx/?p=13&spm_id_from=pageDriver) ### 演示依赖 ```bush pip install pyqt6 pip install "PyQt6-Fluent-Widgets[full]" -i https://pypi.org/simple/ ``` ### 项目依赖 #### 一键安装 ```bush pip install -r dev.txt ``` https://github.com/zhiyiYo/PyQt-Fluent-Widgets/blob/PyQt6/docs/README_zh.md ```bush pip install pyqt6 pip install pymysql pip install "PyQt6-Fluent-Widgets[full]" ```