Metadata-Version: 2.1
Name: pygimp-labs
Version: 0.1.1
Summary: PythonでGIMPスクリプトを操作するためのパッケージ
Home-page: https://github.com/Sunwood-ai-labs/PyGIMP-Labs
License: MIT
Author: Maki
Author-email: sunwood.ai.labs@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: art (>=6.2,<7.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Project-URL: Bug Tracker, https://github.com/Sunwood-ai-labs/PyGIMP-Labs/issues
Project-URL: Repository, https://github.com/Sunwood-ai-labs/PyGIMP-Labs
Description-Content-Type: text/markdown

<p align="center">
<img src="https://huggingface.co/datasets/MakiAi/IconAssets/resolve/main/PyGIMP.png" width="100%">
<br>
<h1 align="center">PyGIMP</h1>
<h2 align="center">
  ～ Fusion of Python and GIMP ～
<br>
  <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/PyGIMP">
<img alt="PyPI - Format" src="https://img.shields.io/pypi/format/PyGIMP">
<img alt="PyPI - Implementation" src="https://img.shields.io/pypi/implementation/PyGIMP">
<img alt="PyPI - Status" src="https://img.shields.io/pypi/status/PyGIMP">
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dd/PyGIMP">
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/PyGIMP">
<a href="https://github.com/Sunwood-ai-labs/PyGIMP" title="Go to GitHub repo"><img src="https://img.shields.io/static/v1?label=PyGIMP&message=Sunwood-ai-labs&color=blue&logo=github"></a>
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/Sunwood-ai-labs/PyGIMP">
<a href="https://github.com/Sunwood-ai-labs/PyGIMP"><img alt="forks - Sunwood-ai-labs" src="https://img.shields.io/github/forks/PyGIMP/Sunwood-ai-labs?style=social"></a>
<a href="https://github.com/Sunwood-ai-labs/PyGIMP"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/Sunwood-ai-labs/PyGIMP"></a>
<a href="https://github.com/Sunwood-ai-labs/PyGIMP"><img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/Sunwood-ai-labs/PyGIMP"></a>
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/Sunwood-ai-labs/PyGIMP?color=red">
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/Sunwood-ai-labs/PyGIMP?sort=semver&color=orange">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/Sunwood-ai-labs/PyGIMP/publish-to-pypi.yml">
<br>
<p align="center">
  <a href="https://hamaruki.com/"><b>[🌐 Website]</b></a> •
  <a href="https://github.com/Sunwood-ai-labs"><b>[🐱 GitHub]</b></a>
  <a href="https://x.com/hAru_mAki_ch"><b>[🐦 Twitter]</b></a> •
  <a href="https://hamaruki.com/"><b>[🍀 Official Blog]</b></a>
</p>

</h2>

</p>

>[!IMPORTANT]
>このリポジトリのリリースノートやREADME、コミットメッセージの9割近くは[claude.ai](https://claude.ai/)や[ChatGPT4](https://chatgpt.com/)を活用した[AIRA](https://github.com/Sunwood-ai-labs/AIRA), [SourceSage](https://github.com/Sunwood-ai-labs/SourceSage), [Gaiah](https://github.com/Sunwood-ai-labs/Gaiah), [HarmonAI_II](https://github.com/Sunwood-ai-labs/HarmonAI_II)で生成しています。

# PyGIMP

## 🌟 Introduction

PyGIMPは、PythonプログラミングとGIMP（GNU Image Manipulation Program）の強力な機能を融合させたプロジェクトです。このツールキットを使用することで、開発者やデザイナーはPythonのシンプルさと柔軟性を活かしながら、GIMPの高度な画像処理機能にアクセスできます。

## 🎥 Demo

https://github.com/user-attachments/assets/bea57935-2f4a-46be-8932-a57a7151335d


## 🚀 Getting Started

PyGIMPを始めるためには、以下の手順に従ってください：

1. [GIMP](https://www.gimp.org/downloads/)をインストールします。
2. Pythonをインストールします（バージョン3.12以上を推奨）。
3. PyGIMPパッケージをダウンロードし、インストールします。
    ```bash
    pip install PyGIMP
    ```
4. Pythonスクリプトを作成し、GIMPと連携させて様々な画像処理を行います。

## 📝 Updates

PyGIMPは継続的に改善されており、新機能やバグ修正が定期的にリリースされています。最新の更新内容は、リリースノートや公式リポジトリで確認できます。

## 🤝 Contributing

PyGIMPに貢献したい方は、以下の手順を実行してください：

1. プロジェクトをフォークします。
2. 新しいブランチを作成します。
3. 変更を加えた後、プルリクエストを提出します。
4. コードレビューが行われ、マージされるのを待ちます。

## 📄 License

このプロジェクトはMITライセンスのもとで提供されています。詳細はLICENSEファイルをご覧ください。

## 🙏 Acknowledgements

PyGIMPは、オープンソースコミュニティの協力によって成り立っています。プロジェクトに貢献してくださったすべての方々に感謝します。また、GIMPの開発チームにも感謝の意を表します。

