An open API service indexing awesome lists of open source software.

https://github.com/liulinboyi/pythonworks

学生信息管理系统,使用tkinter、sqlite3
https://github.com/liulinboyi/pythonworks

sqlite tkinter

Last synced: 11 months ago
JSON representation

学生信息管理系统,使用tkinter、sqlite3

Awesome Lists containing this project

README

          

# 学生信息管理系统
- 使用tkinter开发
- 使用sqlite3存储数据

## 界面:
![界面](./images/Snipaste_2021-05-18_11-28-28.png)

## 打包方式

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