https://github.com/liulinboyi/pythonworks
学生信息管理系统,使用tkinter、sqlite3
https://github.com/liulinboyi/pythonworks
sqlite tkinter
Last synced: 11 months ago
JSON representation
学生信息管理系统,使用tkinter、sqlite3
- Host: GitHub
- URL: https://github.com/liulinboyi/pythonworks
- Owner: liulinboyi
- Created: 2021-05-18T03:34:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T03:41:35.000Z (over 4 years ago)
- Last Synced: 2025-03-07T01:23:33.682Z (11 months ago)
- Topics: sqlite, tkinter
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 学生信息管理系统
- 使用tkinter开发
- 使用sqlite3存储数据
## 界面:

## 打包方式
```
pip install pyinstaller
```
```
pyinstaller -F -w main.py
```
## Realease
[Releases](https://github.com/liulinboyi/pythonWorks/releases)