Metadata-Version: 2.1
Name: jkpackager
Version: 1.0.4
Summary: A Python library for packaging scripts into executable formats.
Home-page: https://github.com/hoppygamer/jkpackager
Author: hobe
Author-email: hoppyloser11@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pillow
Requires-Dist: pefile

# JkPackager

JkPackager is a Python library for packaging Python scripts into executable formats like `.exe`, `.pkg`, `.deb`, and `.rpm`.

## Installation

```bash
pip install jkpackager
