# tkinter-gui-application-examples **Repository Path**: jksdou/tkinter-gui-application-examples ## Basic Information - **Project Name**: tkinter-gui-application-examples - **Description**: A Desktop Application Example based on Tkinter in Python3 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 0 - **Created**: 2019-01-29 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # 基于Tkinter的桌面应用程序 ## 功能列表 - 菜单栏 - 用户登录 - 用户管理:添加、编辑、删除、重置密码 - 内容管理:添加、编辑、删除 - 视图、窗口切换,等 ## 安装 ```shell pip3 install sqlite ``` ## 运行 ```shell python3 init.py # create db file python3 main.py # run App ``` > 默认用户名和密码为:admin