Metadata-Version: 2.4
Name: exshell
Version: 2025020402.0.3
Summary: A library for creating console applications that use Excel as a display.
Project-URL: Repository, https://github.com/muzudho/exshell.git
Author-email: Takahashi Satoshi <muzudho1@gmail.com>
Maintainer-email: Takahashi Satoshi <muzudho1@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: console application,excel
Classifier: Programming Language :: Python
Requires-Python: >=3.12.3
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: tomlkit>=0.13.2
Description-Content-Type: text/markdown

# Exshell

Excel をディスプレイと見立てたコンソール・アプリケーションを作るライブラリー。  


## 必須

* Exshell を使うには、デスクトップ・アプリ版の Microsoft Excel がインストールされていることが必要です


## Exshell ライブラリーの使用例

Exshell ライブラリーの使用例は、以下の［Create a color palette］リポジトリーの実装を参考にしてください。  

* 📖 [GitHub > Muzudho > Create a color palette](https://github.com/muzudho/create-a-color-palette)  
