# 共享单车后端系统基于tkinter以及sqlite **Repository Path**: ksda9001/BikeSys ## Basic Information - **Project Name**: 共享单车后端系统基于tkinter以及sqlite - **Description**: 共享单车后端系统基于tkinter以及sqlite - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 4 - **Created**: 2021-12-19 - **Last Updated**: 2024-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, tkinter ## README All of the source code to this product is available under gpl-v3 Copyright© 2021 2023 谈翰文 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . # 项目介绍 一个使用Tkinter和SQLITE3编写的共享单车的后端系统GUI DEMO 默认登录用户名 user 密码 123456 实现以下功能: 1. 注册和登录 2. 统计各车的收入 3. 统计各车的状态 4. 统计各车的定位 5. 区域收入记录表 6. 客户信息表 **主文件为:loginpage.py** * sqlite_check.py * sqlite_table_create.py * sqlite_table_input.py 分别为数据库表的检查,创建和插入数据。