clip-master-toolkit


Nameclip-master-toolkit JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/Sunwood-ai-labs/ClipMaster
SummaryA comprehensive clipboard management toolkit with GUI and CLI interfaces
upload_time2024-10-20 08:29:43
maintainerNone
docs_urlNone
authorSunwood-ai-labs
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<p align="center">
<img src="https://raw.githubusercontent.com/Sunwood-ai-labs/ClipMaster/main/docs/icon2.png" width="30%">
<br>
<h1 align="center">Clip-Master-Toolkit</h1>
<h2 align="center">
  ~A New Frontier in Clipboard Management~
</h2>

<p align="center">
  <a href="https://github.com/Sunwood-ai-labs/ClipMaster"><img src="https://img.shields.io/badge/GitHub-Repository-blue?logo=github" alt="GitHub Repository"></a>
  <a href="https://github.com/Sunwood-ai-labs/ClipMaster/stargazers"><img src="https://img.shields.io/github/stars/Sunwood-ai-labs/ClipMaster?style=social" alt="GitHub stars"></a>
  <a href="https://github.com/Sunwood-ai-labs/ClipMaster/network/members"><img src="https://img.shields.io/github/forks/Sunwood-ai-labs/ClipMaster?style=social" alt="GitHub forks"></a>
  <a href="https://github.com/Sunwood-ai-labs/ClipMaster/commits/main"><img src="https://img.shields.io/github/last-commit/Sunwood-ai-labs/ClipMaster" alt="GitHub last commit"></a>
  <a href="https://github.com/Sunwood-ai-labs/ClipMaster/search?l=python"><img src="https://img.shields.io/github/languages/top/Sunwood-ai-labs/ClipMaster" alt="GitHub top language"></a>
  <a href="https://github.com/Sunwood-ai-labs/ClipMaster/releases"><img src="https://img.shields.io/github/v/release/Sunwood-ai-labs/ClipMaster?sort=semver&color=red" alt="GitHub release"></a>
  <a href="https://github.com/Sunwood-ai-labs/ClipMaster/tags"><img src="https://img.shields.io/github/v/tag/Sunwood-ai-labs/ClipMaster?color=orange" alt="GitHub tag"></a>
  <a href="https://pypi.org/project/clip-master-toolkit/"><img src="https://img.shields.io/pypi/v/clip-master-toolkit.svg" alt="PyPI version"></a>
  <a href="https://pypi.org/project/clip-master-toolkit/"><img src="https://img.shields.io/pypi/dm/clip-master-toolkit.svg" alt="PyPI downloads"></a>
</p>

<p align="center">
  <img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python">
  <img src="https://img.shields.io/badge/PyQt6-41CD52?style=for-the-badge&logo=qt&logoColor=white" alt="PyQt6">
  <img src="https://img.shields.io/badge/LiteLLM-FF6F61?style=for-the-badge&logo=openai&logoColor=white" alt="LiteLLM">
  <img src="https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white" alt="Git">
  <img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub">
  <img src="https://img.shields.io/badge/pip-3775A9?style=for-the-badge&logo=pypi&logoColor=white" alt="pip">
  <img src="https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white" alt="Markdown">

</p>

> [!IMPORTANT]
> このリポジトリのリリースノートやREADME、コミットメッセージの多くは、[ChatGPT](https://chat.openai.com/)や[litellm](https://github.com/BerriAI/litellm)を活用して作成されています。

## 🚀 Clip-Master-Toolkitの概要

Clip-Master-Toolkitは、クリップボードの管理と活用を次のレベルに引き上げる革新的なアプリケーションです。PyQt6を使用したGUIインターフェースと、LiteLLMを通じて大規模言語モデル(LLM)と統合されており、日常のテキスト処理タスクをより効率的かつインテリジェントに行うことができます。バージョン0.2.4では、パッケージバージョンとPyPI公開ワークフローの更新、READMEファイルの調整を行いました。プロジェクト名が`clip_master`から`clip-master-toolkit`に変更されたため、既存のスクリプトや自動化タスクの更新が必要です。  英語と日本語のREADMEも更新されています。`setup.py`の改善により依存関係の管理が明確化され、`requirements.txt`がない場合のフォールバック処理が追加されました。これにより、`PyQt6`, `pyperclip`, `litellm`, `qt-material`, `loguru`が自動的にインストールされます。

## ✨ 主な機能

- クリップボード履歴管理:過去にコピーしたテキストを履歴として保存し、簡単にアクセス・再利用できます。
- LLM統合:LiteLLMを使用して、クリップボードの内容を様々な言語モデルで処理できます。
- カスタマイズ可能なGUI:PyQt6で構築された直感的で使いやすいインターフェース。
- フレキシブルなモデル選択:使用するLLMモデルを自由に指定可能。
- エクスポート/インポート機能:クリップボード履歴のバックアップと復元が可能。
- StreamlitアプリへのREADME表示:StreamlitアプリでREADMEの内容を直接確認できます。

## 🔧 使用方法

1. **インストール**:
   ```bash
   pip install clip-master-toolkit
   ```

2. **起動**:
   ```bash
   clip-master-toolkit
   ```

3. **基本的な使い方**:
   - クリップボードの内容は自動的に表示されます。
   - 「LLMで処理」ボタンをクリックして、テキストをLLMで処理します。
   - サイドバーから過去のクリップボード内容を選択して再利用できます。
   - Streamlitアプリを実行することで、README.mdの内容を確認できます。

## 📦 インストール手順

`pip install clip-master-toolkit` を実行してください。バージョンアップには `pip install --upgrade clip-master-toolkit` を使用してください。

## 🆕 最新情報 (バージョン 0.2.4)

- 🚀 プロジェクト名が`clip_master`から`clip-master-toolkit`に変更されました。CLIコマンドも`clip-master`から`clip-master-toolkit`に変更されました。既存のスクリプトや自動化タスクを更新する必要があります。
- 🚀 パッケージバージョンを`0.2.3`から`0.2.4`に更新しました。README.mdファイルの先頭のYAMLフロントマターを削除し、整形しました。README.mdの余分な空行を削除し、可読性を向上させました。README.mdの処理強化のため`re`モジュールを追加しました。
- 🚀 PyPIパッケージ名を`clip-master`から`clip-master-toolkit`に変更しました。
- 🚀 README.mdファイル内の画像パスを修正しました。
- 🚀 `setup.py`の改善により、依存関係の管理が明確化され、`requirements.txt`が存在しない場合のフォールバック処理が追加されました。`PyQt6`, `pyperclip`, `litellm`, `qt-material`, `loguru`が自動的にインストールされます。

## 📄 ライセンス

このプロジェクトはMITライセンスの下で公開されています。詳細は[LICENSE](LICENSE)ファイルをご覧ください。

## 🤝 コントリビューション

プルリクエスト、イシュー、機能提案など、あらゆる形での貢献を歓迎します。大きな変更を加える前に、まずイシューを開いて議論しましょう。

## 🙏 謝辞

Maki、iris-s-coon

## 📬 連絡先

質問や提案がある場合は、[Githubのイシュー](https://github.com/Sunwood-ai-labs/ClipMaster/issues)を開いてください。  メールアドレス: sunwood.ai.labs@gmail.com

---

<p align="center">
  Clip-Master-Toolkitで、あなたのクリップボード体験を革新しましょう!🚀✨
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Sunwood-ai-labs/ClipMaster",
    "name": "clip-master-toolkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sunwood-ai-labs",
    "author_email": "sunwood.ai.labs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/45/7a/e77a3ad0d236f7005e06e1fd54344d2a069a5e7e87da497a9cc1ad0a7cfd/clip_master_toolkit-0.2.5.tar.gz",
    "platform": null,
    "description": "\n<p align=\"center\">\n<img src=\"https://raw.githubusercontent.com/Sunwood-ai-labs/ClipMaster/main/docs/icon2.png\" width=\"30%\">\n<br>\n<h1 align=\"center\">Clip-Master-Toolkit</h1>\n<h2 align=\"center\">\n  \uff5eA New Frontier in Clipboard Management\uff5e\n</h2>\n\n<p align=\"center\">\n  <a href=\"https://github.com/Sunwood-ai-labs/ClipMaster\"><img src=\"https://img.shields.io/badge/GitHub-Repository-blue?logo=github\" alt=\"GitHub Repository\"></a>\n  <a href=\"https://github.com/Sunwood-ai-labs/ClipMaster/stargazers\"><img src=\"https://img.shields.io/github/stars/Sunwood-ai-labs/ClipMaster?style=social\" alt=\"GitHub stars\"></a>\n  <a href=\"https://github.com/Sunwood-ai-labs/ClipMaster/network/members\"><img src=\"https://img.shields.io/github/forks/Sunwood-ai-labs/ClipMaster?style=social\" alt=\"GitHub forks\"></a>\n  <a href=\"https://github.com/Sunwood-ai-labs/ClipMaster/commits/main\"><img src=\"https://img.shields.io/github/last-commit/Sunwood-ai-labs/ClipMaster\" alt=\"GitHub last commit\"></a>\n  <a href=\"https://github.com/Sunwood-ai-labs/ClipMaster/search?l=python\"><img src=\"https://img.shields.io/github/languages/top/Sunwood-ai-labs/ClipMaster\" alt=\"GitHub top language\"></a>\n  <a href=\"https://github.com/Sunwood-ai-labs/ClipMaster/releases\"><img src=\"https://img.shields.io/github/v/release/Sunwood-ai-labs/ClipMaster?sort=semver&color=red\" alt=\"GitHub release\"></a>\n  <a href=\"https://github.com/Sunwood-ai-labs/ClipMaster/tags\"><img src=\"https://img.shields.io/github/v/tag/Sunwood-ai-labs/ClipMaster?color=orange\" alt=\"GitHub tag\"></a>\n  <a href=\"https://pypi.org/project/clip-master-toolkit/\"><img src=\"https://img.shields.io/pypi/v/clip-master-toolkit.svg\" alt=\"PyPI version\"></a>\n  <a href=\"https://pypi.org/project/clip-master-toolkit/\"><img src=\"https://img.shields.io/pypi/dm/clip-master-toolkit.svg\" alt=\"PyPI downloads\"></a>\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white\" alt=\"Python\">\n  <img src=\"https://img.shields.io/badge/PyQt6-41CD52?style=for-the-badge&logo=qt&logoColor=white\" alt=\"PyQt6\">\n  <img src=\"https://img.shields.io/badge/LiteLLM-FF6F61?style=for-the-badge&logo=openai&logoColor=white\" alt=\"LiteLLM\">\n  <img src=\"https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white\" alt=\"Git\">\n  <img src=\"https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white\" alt=\"GitHub\">\n  <img src=\"https://img.shields.io/badge/pip-3775A9?style=for-the-badge&logo=pypi&logoColor=white\" alt=\"pip\">\n  <img src=\"https://img.shields.io/badge/Markdown-000000?style=for-the-badge&logo=markdown&logoColor=white\" alt=\"Markdown\">\n\n</p>\n\n> [!IMPORTANT]\n> \u3053\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30ea\u30ea\u30fc\u30b9\u30ce\u30fc\u30c8\u3084README\u3001\u30b3\u30df\u30c3\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u591a\u304f\u306f\u3001[ChatGPT](https://chat.openai.com/)\u3084[litellm](https://github.com/BerriAI/litellm)\u3092\u6d3b\u7528\u3057\u3066\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\n\n## \ud83d\ude80 Clip-Master-Toolkit\u306e\u6982\u8981\n\nClip-Master-Toolkit\u306f\u3001\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306e\u7ba1\u7406\u3068\u6d3b\u7528\u3092\u6b21\u306e\u30ec\u30d9\u30eb\u306b\u5f15\u304d\u4e0a\u3052\u308b\u9769\u65b0\u7684\u306a\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002PyQt6\u3092\u4f7f\u7528\u3057\u305fGUI\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3068\u3001LiteLLM\u3092\u901a\u3058\u3066\u5927\u898f\u6a21\u8a00\u8a9e\u30e2\u30c7\u30eb\uff08LLM\uff09\u3068\u7d71\u5408\u3055\u308c\u3066\u304a\u308a\u3001\u65e5\u5e38\u306e\u30c6\u30ad\u30b9\u30c8\u51e6\u7406\u30bf\u30b9\u30af\u3092\u3088\u308a\u52b9\u7387\u7684\u304b\u3064\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30c8\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u30d0\u30fc\u30b8\u30e7\u30f30.2.4\u3067\u306f\u3001\u30d1\u30c3\u30b1\u30fc\u30b8\u30d0\u30fc\u30b8\u30e7\u30f3\u3068PyPI\u516c\u958b\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u306e\u66f4\u65b0\u3001README\u30d5\u30a1\u30a4\u30eb\u306e\u8abf\u6574\u3092\u884c\u3044\u307e\u3057\u305f\u3002\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d\u304c`clip_master`\u304b\u3089`clip-master-toolkit`\u306b\u5909\u66f4\u3055\u308c\u305f\u305f\u3081\u3001\u65e2\u5b58\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3084\u81ea\u52d5\u5316\u30bf\u30b9\u30af\u306e\u66f4\u65b0\u304c\u5fc5\u8981\u3067\u3059\u3002  \u82f1\u8a9e\u3068\u65e5\u672c\u8a9e\u306eREADME\u3082\u66f4\u65b0\u3055\u308c\u3066\u3044\u307e\u3059\u3002`setup.py`\u306e\u6539\u5584\u306b\u3088\u308a\u4f9d\u5b58\u95a2\u4fc2\u306e\u7ba1\u7406\u304c\u660e\u78ba\u5316\u3055\u308c\u3001`requirements.txt`\u304c\u306a\u3044\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u51e6\u7406\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u308c\u306b\u3088\u308a\u3001`PyQt6`, `pyperclip`, `litellm`, `qt-material`, `loguru`\u304c\u81ea\u52d5\u7684\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059\u3002\n\n## \u2728 \u4e3b\u306a\u6a5f\u80fd\n\n- \u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u5c65\u6b74\u7ba1\u7406\uff1a\u904e\u53bb\u306b\u30b3\u30d4\u30fc\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u3092\u5c65\u6b74\u3068\u3057\u3066\u4fdd\u5b58\u3057\u3001\u7c21\u5358\u306b\u30a2\u30af\u30bb\u30b9\u30fb\u518d\u5229\u7528\u3067\u304d\u307e\u3059\u3002\n- LLM\u7d71\u5408\uff1aLiteLLM\u3092\u4f7f\u7528\u3057\u3066\u3001\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306e\u5185\u5bb9\u3092\u69d8\u3005\u306a\u8a00\u8a9e\u30e2\u30c7\u30eb\u3067\u51e6\u7406\u3067\u304d\u307e\u3059\u3002\n- \u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u53ef\u80fd\u306aGUI\uff1aPyQt6\u3067\u69cb\u7bc9\u3055\u308c\u305f\u76f4\u611f\u7684\u3067\u4f7f\u3044\u3084\u3059\u3044\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3002\n- \u30d5\u30ec\u30ad\u30b7\u30d6\u30eb\u306a\u30e2\u30c7\u30eb\u9078\u629e\uff1a\u4f7f\u7528\u3059\u308bLLM\u30e2\u30c7\u30eb\u3092\u81ea\u7531\u306b\u6307\u5b9a\u53ef\u80fd\u3002\n- \u30a8\u30af\u30b9\u30dd\u30fc\u30c8/\u30a4\u30f3\u30dd\u30fc\u30c8\u6a5f\u80fd\uff1a\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u5c65\u6b74\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3068\u5fa9\u5143\u304c\u53ef\u80fd\u3002\n- Streamlit\u30a2\u30d7\u30ea\u3078\u306eREADME\u8868\u793a\uff1aStreamlit\u30a2\u30d7\u30ea\u3067README\u306e\u5185\u5bb9\u3092\u76f4\u63a5\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002\n\n## \ud83d\udd27 \u4f7f\u7528\u65b9\u6cd5\n\n1. **\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb**:\n   ```bash\n   pip install clip-master-toolkit\n   ```\n\n2. **\u8d77\u52d5**:\n   ```bash\n   clip-master-toolkit\n   ```\n\n3. **\u57fa\u672c\u7684\u306a\u4f7f\u3044\u65b9**:\n   - \u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306e\u5185\u5bb9\u306f\u81ea\u52d5\u7684\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002\n   - \u300cLLM\u3067\u51e6\u7406\u300d\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u30c6\u30ad\u30b9\u30c8\u3092LLM\u3067\u51e6\u7406\u3057\u307e\u3059\u3002\n   - \u30b5\u30a4\u30c9\u30d0\u30fc\u304b\u3089\u904e\u53bb\u306e\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u5185\u5bb9\u3092\u9078\u629e\u3057\u3066\u518d\u5229\u7528\u3067\u304d\u307e\u3059\u3002\n   - Streamlit\u30a2\u30d7\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067\u3001README.md\u306e\u5185\u5bb9\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002\n\n## \ud83d\udce6 \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u624b\u9806\n\n`pip install clip-master-toolkit` \u3092\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u306b\u306f `pip install --upgrade clip-master-toolkit` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\n## \ud83c\udd95 \u6700\u65b0\u60c5\u5831 (\u30d0\u30fc\u30b8\u30e7\u30f3 0.2.4)\n\n- \ud83d\ude80 \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u540d\u304c`clip_master`\u304b\u3089`clip-master-toolkit`\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002CLI\u30b3\u30de\u30f3\u30c9\u3082`clip-master`\u304b\u3089`clip-master-toolkit`\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u65e2\u5b58\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3084\u81ea\u52d5\u5316\u30bf\u30b9\u30af\u3092\u66f4\u65b0\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\n- \ud83d\ude80 \u30d1\u30c3\u30b1\u30fc\u30b8\u30d0\u30fc\u30b8\u30e7\u30f3\u3092`0.2.3`\u304b\u3089`0.2.4`\u306b\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002README.md\u30d5\u30a1\u30a4\u30eb\u306e\u5148\u982d\u306eYAML\u30d5\u30ed\u30f3\u30c8\u30de\u30bf\u30fc\u3092\u524a\u9664\u3057\u3001\u6574\u5f62\u3057\u307e\u3057\u305f\u3002README.md\u306e\u4f59\u5206\u306a\u7a7a\u884c\u3092\u524a\u9664\u3057\u3001\u53ef\u8aad\u6027\u3092\u5411\u4e0a\u3055\u305b\u307e\u3057\u305f\u3002README.md\u306e\u51e6\u7406\u5f37\u5316\u306e\u305f\u3081`re`\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002\n- \ud83d\ude80 PyPI\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u3092`clip-master`\u304b\u3089`clip-master-toolkit`\u306b\u5909\u66f4\u3057\u307e\u3057\u305f\u3002\n- \ud83d\ude80 README.md\u30d5\u30a1\u30a4\u30eb\u5185\u306e\u753b\u50cf\u30d1\u30b9\u3092\u4fee\u6b63\u3057\u307e\u3057\u305f\u3002\n- \ud83d\ude80 `setup.py`\u306e\u6539\u5584\u306b\u3088\u308a\u3001\u4f9d\u5b58\u95a2\u4fc2\u306e\u7ba1\u7406\u304c\u660e\u78ba\u5316\u3055\u308c\u3001`requirements.txt`\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u51e6\u7406\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f\u3002`PyQt6`, `pyperclip`, `litellm`, `qt-material`, `loguru`\u304c\u81ea\u52d5\u7684\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059\u3002\n\n## \ud83d\udcc4 \u30e9\u30a4\u30bb\u30f3\u30b9\n\n\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306fMIT\u30e9\u30a4\u30bb\u30f3\u30b9\u306e\u4e0b\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u8a73\u7d30\u306f[LICENSE](LICENSE)\u30d5\u30a1\u30a4\u30eb\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002\n\n## \ud83e\udd1d \u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\n\n\u30d7\u30eb\u30ea\u30af\u30a8\u30b9\u30c8\u3001\u30a4\u30b7\u30e5\u30fc\u3001\u6a5f\u80fd\u63d0\u6848\u306a\u3069\u3001\u3042\u3089\u3086\u308b\u5f62\u3067\u306e\u8ca2\u732e\u3092\u6b53\u8fce\u3057\u307e\u3059\u3002\u5927\u304d\u306a\u5909\u66f4\u3092\u52a0\u3048\u308b\u524d\u306b\u3001\u307e\u305a\u30a4\u30b7\u30e5\u30fc\u3092\u958b\u3044\u3066\u8b70\u8ad6\u3057\u307e\u3057\u3087\u3046\u3002\n\n## \ud83d\ude4f \u8b1d\u8f9e\n\nMaki\u3001iris-s-coon\n\n## \ud83d\udcec \u9023\u7d61\u5148\n\n\u8cea\u554f\u3084\u63d0\u6848\u304c\u3042\u308b\u5834\u5408\u306f\u3001[Github\u306e\u30a4\u30b7\u30e5\u30fc](https://github.com/Sunwood-ai-labs/ClipMaster/issues)\u3092\u958b\u3044\u3066\u304f\u3060\u3055\u3044\u3002  \u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9: sunwood.ai.labs@gmail.com\n\n---\n\n<p align=\"center\">\n  Clip-Master-Toolkit\u3067\u3001\u3042\u306a\u305f\u306e\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u4f53\u9a13\u3092\u9769\u65b0\u3057\u307e\u3057\u3087\u3046\uff01\ud83d\ude80\u2728\n</p>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A comprehensive clipboard management toolkit with GUI and CLI interfaces",
    "version": "0.2.5",
    "project_urls": {
        "Homepage": "https://github.com/Sunwood-ai-labs/ClipMaster"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c34dd30e6d9510d9d8da05bdf330031be42a95ee5f948c333382c109c856c49",
                "md5": "9efe8783b455bd14ebbd946476472f1b",
                "sha256": "6d39e4e129b71ba5e6837e661136e1d06d6b4eb6f8d9ff661e74a815c077c2dc"
            },
            "downloads": -1,
            "filename": "clip_master_toolkit-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9efe8783b455bd14ebbd946476472f1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 484498,
            "upload_time": "2024-10-20T08:29:41",
            "upload_time_iso_8601": "2024-10-20T08:29:41.596324Z",
            "url": "https://files.pythonhosted.org/packages/6c/34/dd30e6d9510d9d8da05bdf330031be42a95ee5f948c333382c109c856c49/clip_master_toolkit-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "457ae77a3ad0d236f7005e06e1fd54344d2a069a5e7e87da497a9cc1ad0a7cfd",
                "md5": "98d09b29f36ccadd85082a4f1cf19475",
                "sha256": "2c3cf66209a5959ac431805efea863b7a57c77ee65893b06c27f48127206b8d0"
            },
            "downloads": -1,
            "filename": "clip_master_toolkit-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "98d09b29f36ccadd85082a4f1cf19475",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 486684,
            "upload_time": "2024-10-20T08:29:43",
            "upload_time_iso_8601": "2024-10-20T08:29:43.431583Z",
            "url": "https://files.pythonhosted.org/packages/45/7a/e77a3ad0d236f7005e06e1fd54344d2a069a5e7e87da497a9cc1ad0a7cfd/clip_master_toolkit-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 08:29:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sunwood-ai-labs",
    "github_project": "ClipMaster",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "clip-master-toolkit"
}
        
Elapsed time: 0.74800s