Skip to content

Instantly share code, notes, and snippets.

View fushihara's full-sized avatar

Fushihara fushihara

View GitHub Profile
@tsukumijima
tsukumijima / TSInfoExtractor.py
Last active November 15, 2023 07:29
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