本プログラムは、Pythonを用いてマイクからの音声をリアルタイムで認識し、テキストに変換するGUIアプリケーションです。英語と日本語の音声認識に対応し、認識結果をテキストフィールドに表示、クリップボードへのコピー、プレーンテキストファイルへの保存が可能です。ユーザビリティを向上させるため、直感的なアイコンボタンや動作ログ表示を備えます。
- 言語: Python 3.x
- ライブラリ:
speech_recognition
: 音声認識
pyperclip
: クリップボード操作
// ==UserScript== | |
// @name JumpToPCnico | |
// @namespace jumpToPCnico | |
// @version 1.4 | |
// @description ニコニコ動画のモバイルページからPCページへ簡単に移動できるユーザースクリプト | |
// @author roflsunriz | |
// @match *://sp.nicovideo.jp/* | |
// @match *://sp.seiga.nicovideo.jp/* | |
// @match *://sp.*.nicovideo.jp/* | |
// @match *://sp.nicovideo.jp/ |
import subprocess | |
import sys | |
import ctypes | |
# 必要なライブラリのリスト | |
REQUIRED_LIBRARIES = [ | |
'PyQt5', | |
'ctypes', | |
'pywinstyles' | |
] |
// ==UserScript== | |
// @name Fanbox Pagination Helper | |
// @namespace fanboxPaginationHelper | |
// @version 1.5 | |
// @description Fanboxのページネーションを上部に追加 | |
// @author roflsunriz | |
// @match https://*.fanbox.cc/* | |
// @grant GM_addStyle | |
// @updateURL https://gist.githubusercontent.com/roflsunriz/f89fad6e9923bd678ac92025486d2f2a/raw/fanbox-pagination-helper.user.js | |
// @downloadURL https://gist.githubusercontent.com/roflsunriz/f89fad6e9923bd678ac92025486d2f2a/raw/fanbox-pagination-helper.user.js |
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 |
// ==UserScript== | |
// @name ブック風マンガビューア | |
// @namespace bookStyleMangaViewer | |
// @version 9.1 | |
// @description ウェブページの画像を見開き形式で表示するビューア(シャドウDOM対応・FAB起動ボタン付き) | |
// @author roflsunriz | |
// @match *://*/* | |
// @run-at document-start | |
// @exclude *://www.youtube.com/* | |
// @exclude *://youtube.com/* |
#!/usr/bin/env python3 | |
""" | |
LLM context compression GUI | |
This program provides a GUI interface for compressing text using LZMA2 compression. | |
It displays compression ratios and provides the compressed result with decompression | |
instructions for LLMs. | |
""" | |
import lzma | |
import base64 |
筋トレアプリで「ずんだもん」の声を使用するには、VoiceVoxという音声合成ソフトウェアを別途インストールして実行する必要があります。