python-mutagen-doc; Display and manipulate id3-tags on the command-line. A command-line editor to add/edit/remove ID3-tags on mp3 files. It supports version 1.0,1.1,2 ...
- windows 10 64bit python 2.7 32bit python-docx 0.86 日本語のフォント指定 通常のフォント指定では半角英数だけに適用されているので、 doc = docx.Document(filename) font = doc.styles['Normal'].font font.name = u'HGP創英角ポップ体' 下記のようにするとうまくいくとのこと。