diff --git a/README.md b/README.md index 4dce0670..178866c0 100644 --- a/README.md +++ b/README.md @@ -12,51 +12,43 @@ # Download & Install 好きな場所からダウンロードしてください -- [releases page](https://github.com/misyaguziya/VRCT/releases/) +- [Github.com](https://github.com/misyaguziya/VRCT/releases/) - [BOOTH.pm](https://misyaguziya.booth.pm/) ダウンロードしてexeを起動するだけです。 # What is VRCT? VRCTは話す言語の異なる人同士が会話を行うためにチャットもしくは音声の翻訳を行うことで会話をサポートするソフトウェアです。 -これらの機能はVRChat内で使用するために設計されていますがその他の用途(映画鑑賞等)でも使用されています。 +これらの機能はVRChat内で使用するために設計されています。 +※サポート対象外ですがその他の用途として映画鑑賞等でも使用されています。 VRCTはあなたの会話を以下でサポートをします。 -- 💬チャット機能 +- 💬VRChatへのチャット送信機能 - 🌐翻訳機能 - 🎙マイクの文字起こし機能 - 🔈スピーカーの文字起こし機能 -その他の機能ついて詳しくは[Documents](#Documents)まで - # Documents -初期設定や基本機能、その他の機能についても記載してあります。 -- [Documents](https://mzsoftware.notion.site/VRCT-Documents-be79b7a165f64442ad8f326d86c22246?pvs=4) +初期設定や基本機能、その他の機能についても記載してあります。 +- [Documents Link](https://mzsoftware.notion.site/VRCT-Documents-be79b7a165f64442ad8f326d86c22246?pvs=4) # How to Use (YouTube) [![](https://img.youtube.com/vi/mI4DQaeaAPI/0.jpg)](https://www.youtube.com/watch?v=mI4DQaeaAPI) # If you want to run it in python -1. 以下のバージョンのpythonをインストールしてください。 - ``` - python 3.11.5 - ``` - -2. install packages +1. 以下のバージョンのpythonをインストールしてください。 + `python version 3.11.5` +2. packageのインストールとVRCTの起動 ```bash ./install.bat - ``` - -3. Usage - ```bash python main.py ``` ## Author - [みしゃ(misyaguzi)](https://github.com/misyaguziya) (メイン開発) -- [しいな(Shiina_12siy)](https://github.com/ShiinaSakamoto) (メイン開発, UIデザイン, 翻訳:英語/日本語) +- [しいな(Shiina_12siy)](https://twitter.com/Shiina_12siy) ((UI/UX, UI多言語対応)) - [レラ](https://github.com/soumt-r) (翻訳:韓国語) -- [done_san]() (ロゴデザイン) +- [どね]() (ロゴデザイン) --- diff --git a/docs/main_window.png b/docs/main_window.png index 17a87cbf..eb2beb52 100644 Binary files a/docs/main_window.png and b/docs/main_window.png differ diff --git a/docs/vrct_logo.png b/docs/vrct_logo.png index badb9be8..11bf16b9 100644 Binary files a/docs/vrct_logo.png and b/docs/vrct_logo.png differ