Metadata-Version: 2.4
Name: ptcgpmacro
Version: 0.1.3
Summary: PTCGP zip builder library - builds exe files and packages images/JSONs into ptcgp.zip
Author: Areta
Author-email: Areta <devaretastudio@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyinstaller

# ptcgp

Python 라이브러리로 `macro3.py`와 `special.py` exe를 빌드하고, 이미지/JSON 파일과 함께 `ptcgp.zip` 생성.

## 사용법

```python
import ptcgpmacro

# 라이브러리 명령어로 ptcgp.zip 생성
ptcgpmacro.build_ptcgp_zip("ptcgp.zip")
