Metadata-Version: 2.1
Name: easynotes
Version: 1.2.7
Summary: EasyNotes is a Python tool designed for note-taking, mind mapping, reminders, and running Python scripts. 
Author: sysucai
Author-email: 411703730@qq.com
Platform: Any platform -- don't need Windows
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5 >=0.0.1

# easynotes

EasyNotes is a Python tool designed for note-taking, mind mapping, reminders, and running Python scripts. It provides a user-friendly interface for organizing and managing your notes, creating mind maps, setting reminders, performing basic statistical analysis, and executing Python files.
## Features

Note-Taking: Easily create, edit, and organize notes.

Mind Mapping: Create and visualize mind maps to organize ideas and concepts.

Reminders: Set reminders for important tasks and deadlines.

Run Python Files: Execute Python scripts directly within the application.

User-Friendly Interface: Simple and intuitive operation.

## Installation

You can install easynotes via PyPI:

python -m pip install easynotes
