Metadata-Version: 2.1
Name: gastranslate
Version: 0.8
Summary: GAS翻訳webアプリを使った翻訳支援アプリ
Home-page: https://translate.inblank.net
Author: hide
License: UNKNOWN
Platform: UNKNOWN
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

gastranslate_v0.8

・フォルダ構成
<translate>
  |-<tests>
  |   |-(空)
  |-setup.py
  |-README.md （このファイル）
  |-<gastranslate>
  |   |-__init__.py
  |   |-load_helper.py
  |   |-selectcolor.py
  |   |-twinlistbox.py
  |   |-conf_inc.py
  |   |-menu_inc.py
  |   |-spinbox_inc.py
  |   |-wait_tips_inc.py
  |   |-dirfile_inc.py
  |   |-panedwin.py
  |   |-translate_inc.py
  |   |-inputentry_inc.py
  |   |-scrollbar_inc.py
  |   |-translate_main_pw.py

・依存パッケージ：requests
・パッケージ名：gastranslate
・コンソールスクリプト名：gastranslate
（※名前がtranslateではいろいろ支障がありそうだからgastranslateに）

・gastranslateについて
Google Apps Script(GAS)の翻訳機能を利用した翻訳支援アプリです。
gastranslate自体には翻訳機能はありません。事前にユーザー自身のGoogleアカウントでGASの機能を利用した翻訳webアプリを作成しておくことが大前提です。（翻訳webアプリのurlをメモしておくこと）翻訳webアプリの作成方法も別途紹介しています。
PDFなどからコピーした原文テキストを翻訳Webアプリのurlに送信して翻訳結果を得るという作業を繰り返してある程度まとまった文量の翻訳をすることを目的としてます。


