- web-page-enhancement-scriptsリポジトリに移行しました。
 - distフォルダから各ユーザースクリプトを選び、右上のRawボタンから購読してください。
 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import tkinter as tk | |
| from tkinter import ttk | |
| import threading | |
| import time | |
| import importlib | |
| import subprocess | |
| import sys | |
| # 必要なパッケージの自動インストール | |
| def install_package(package): | 
筋トレアプリで「ずんだもん」の声を使用するには、VoiceVoxという音声合成ソフトウェアを別途インストールして実行する必要があります。
- VoiceVoxの公式サイトからソフトウェアをダウンロードします:
 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import sys | |
| import subprocess | |
| import json | |
| import tkinter as tk | |
| from tkinter import simpledialog | |
| import time | |
| import pkg_resources | |
| import threading | |
| import pyperclip | |
| import os | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import subprocess | |
| import sys | |
| import ctypes | |
| # 必要なライブラリのリスト | |
| REQUIRED_LIBRARIES = [ | |
| 'PyQt5', | |
| 'ctypes', | |
| 'pywinstyles' | |
| ] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import tkinter as tk | |
| from tkinter import scrolledtext, filedialog | |
| import subprocess | |
| import threading | |
| import os | |
| import json | |
| # 言語用の辞書の定義 | |
| LANGUAGES = { | |
| "ja": { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import tkinter as tk | |
| from tkinter import ttk, scrolledtext, messagebox | |
| import psutil | |
| import os | |
| import win32gui | |
| import win32process | |
| import win32con | |
| import win32api | |
| from PIL import Image, ImageTk | |
| import io |