Metadata-Version: 2.1
Name: easypymanager
Version: 1.2.1
Summary: EasyPyManager is a GUI application for managing and executing 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

# EasyPyManager - Python Tool Manager

EasyPyManager is a GUI application for managing and executing Python scripts(.py/.pyc/.pyd/.so) files. It automatically extracts script metadata and provides features like grouping, searching, and dependency installation.

## Key Features

Import and manage Python scripts (.py/.pyc/.pyd/.so)
Automatic metadata extraction or manual input (name, version, description)
Group management for scripts
Real-time search functionality
Customizable Python and pip commands
One-click dependency installation
WHL file installation support
Drag-and-drop file import
Run scripts via double-click or right-click menu

## Installation

1. Ensure Python 3.7+ and pyqt5 are installed
2. Clone or download this project
3. Install:
   pip install easypymanager
