Metadata-Version: 2.4
Name: wanabi
Version: 1.4.2
Summary: a light authoring tool
Author: hiro
Author-email: skylake.author@gmail.com
License-Expression: GPL-3.0-or-later
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: build
Requires-Dist: twine
Requires-Dist: setuptools

# なにコレ？  
このソフトウェアはWEB小説の執筆用に作ったものです  
動作は軽いと思います、CPU:N100,RAM16GB,SSD搭載のminiPCで問題なく動くのを確認済みです  
EN.  
This software is made for write web novel.  
## 推奨環境(Recommended)  
CPU:intel N100  
RAM:16GB  
Storage: 128GB,SSD  
Python version: 3.10 or later  
上記は推奨環境で、それ以下のスペックでも動きますが、快適さは保証しません  
PythonはGIL無効化、またはJITコンパイル、もしくはその両方がされた環境での動作を保証しません  
if Python disable GIL,or JIT compile is enable,or BOTH is not supported  
# インストール方法(installation)  
Python3がインストールされている環境でターミナルを起動して  
### pip install wanabi  
上記のコマンドを入力するとインストールされます  
the above command execute Python3 installed computer  
## 使い方(How to use)  
ターミナルからwanabiと入力すると起動フォルダに設定ファイルを作成して起動します。  
起動フォルダに設定ファイルを格納するconfディレクトリが出来ることに注意してください  
設定を初期化したい場合confディレクトリを削除してください  
これを避けるためにはバッチファイルに起動コマンドを書いてそのショートカットを使用するとバッチファイルのあるフォルダにconfディレクトリが作成されます  
### English
If installed, in terminal command (wanabi) and enter  
if want english menu, conf/lang.txt is write "en" and restart  
In command run directory make conf directory  
If you want reset config, delete a conf directory  
if you not want conf directory, write "wanabi" in editor.bat and shortcut it.  
This method only conf directory make editor.bat directory  


Note  
----
当ソフトは現在64bitのWindows11環境でのみサポートしています  
This software is support only on Windows 11
# Amazonの欲しいものリスト(Amazon wish list)  
[モチベーションが上がります](https://www.amazon.jp/hz/wishlist/ls/1J2JK61UUSMOP?ref_=wl_share)  
[Donation Link](https://www.amazon.jp/hz/wishlist/ls/1J2JK61UUSMOP?ref_=wl_share)
-------------
# LICENSE  
----  
当ソフトはGPLv3+ライセンスで配布されます  
this software license is GPLv3+  
[GPLv3+](https://www.gnu.org/licenses/gpl-3.0.en.html)  
----  

----
ソースコードは[こちら](https://github.com/Ark-Bird/WriteAndWrite)  
