# my_note **Repository Path**: wangzirui32/my_note ## Basic Information - **Project Name**: my_note - **Description**: my_note 记事本程序 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-12 - **Last Updated**: 2022-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My_note 项目说明 本项目旨意在为大家提供免费,便捷的便签记事服务。 项目全过程基于Python语言开发。 # 如何使用本项目 1. 本地拥有Python开发环境 2. 将项目克隆到一个文件夹中 3. 在这个文件夹中创建一个虚拟环境,执行命令: ```py pip installl -r requirements.txt ``` 4. 在开启虚拟环境的情况下,运行`app.py`。