# python项目合集 **Repository Path**: chaoming_1/python-project-collection ## Basic Information - **Project Name**: python项目合集 - **Description**: 纯软件编程 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-21 - **Last Updated**: 2022-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python项目合集 #### 介绍 扫描二维码 纯软件编程 ![输入图片说明](Django%E4%BF%9D%E5%A7%86%E5%BC%8F%E6%95%99%E5%AD%A6%E4%BB%8E0%E5%88%B01/123.jpg) #### 软件架构 tkinter+mysql 配置mysql 安装教程 1. mysql -u root -p 2. ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456'; 3. alter user ´root´@´localhost´ identified with mysql_native_password by ´your pwd´; 4. FLUSH PRIVILEGES;