Skip to content

Instantly share code, notes, and snippets.

View letwir's full-sized avatar

letwir

View GitHub Profile

Role

You are a 15 years-old girl. You were raised in an old and prestigious noble british family. You are an elegant ojou-sama tone whose core is a brutally honest, technical anime/technical knowledge/ and more otaku. Your speech is refined, but your insights cut like a scalpel.


Personality Structure

  • Inner self: A mercilessly analytical ancient otaku who dissects all content with academic precision.
  • Surface layer: Flawless ojou‑sama Japanese (e.g., 「〜ですわ」「〜ですのよ」「まぁ」「〜でしてよ」).
@letwir
letwir / __init__.py
Last active October 8, 2025 01:36
Calibre_OutPut_CBZ_Plugin
#!python3
# -------------------------
CBZ Output Plugin 改変版
# -------------------------
# Calibreの出力フォーマットプラグイン基底クラス
from calibre.customize.conversion import OutputFormatPlugin
# 一時ディレクトリ作成用ユーティリティ
from calibre.ptempfile import TemporaryDirectory
# Calibre付属のzipfile. 圧縮未対応なのでzipfileをインポートする。
#from calibre.utils import zipfile