fh.write(f'\t\t{hda.index(c)} is index of character in hda list\n') fh.write(f'\t\t{dcp.index(c)} is index of character in input\n') fh.write(f'\t----{16**dcp.index(c ...
の後日談的コード修正版です。 #1仕様雑記 ver.3.13 【画像化(encode)モード】 ・入力したテキストを16色の画像(.png または .bmp または .gif)ファイルに変換 ・画像は「640×360」「960×540」「1280×720」を選択。各サイズに応じて複数枚画像に分割。 ・ファイル名 ...
"""Python 'hex_codec' Codec - 2-digit hex content transfer encoding. This codec de/encodes from bytes to bytes. Written by Marc-Andre Lemburg (mal@lemburg.com).