Skip to content

Instantly share code, notes, and snippets.

View fushihara's full-sized avatar

Fushihara fushihara

View GitHub Profile
@fushihara
fushihara / TSInfoExtractor.py
Created November 15, 2023 07:29 — forked from tsukumijima/TSInfoExtractor.py
TS ファイルから各種情報を取得して JSON で出力するツール / ライブラリ
#
# TSInfoExtractor.py
# Copyright (c) 2021-2022 tsukumi. Licensed under MIT.
#
import json
import sys
from copy import copy
from datetime import date
from datetime import datetime