# python_app **Repository Path**: onclude/python_app ## Basic Information - **Project Name**: python_app - **Description**: Some interesting application writen by python... - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-14 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_app #### 介绍 Some interesting application writen by python... #### 软件架构 ==== calculator ==== 包含四则运算的简单计算器软件 ==== clock_turtle ==== 利用turtle模块绘制的时钟 ==== draw_app ==== 一款画图软件 ==== notebook_app ==== 基于tkinter的带有凯撒加密的记事本软件 #### Requirements 1. Python3.6及以上版本 2. tkinter模块(Python3.6及以上一般内置了该模块) 3. turtle模块 #### 使用说明 1. 目前仓库中每个python文件对应一个软件,在IDE中打开运行或直接运行python程序即可