noteの有料記事の作成開始と、その収入による金沢弁護士会への海渡雄一弁護士らの13兆円を参考にした損害賠償請求裁判の準備について
令和4年7月26日付 「書面等の返戻について」金沢地方検察庁
ScanSnapで作成した書面の複写
とりあえず、ファイルを作成しました。コピペで更新をしていきます。
make file: 2023-01-28_213836_note_noteの有料記事の作成開始と、その収入による金沢弁護士会への海渡雄一弁護士らの13兆円を参考にした損害賠償請求裁判の準備について.md
#!python3
import datetime
from datetime import datetime as dt
import sys
import textwrap
from os.path import expanduser
import unicodedata
home = expanduser("~")
dir = home + "/git/kk2023/note_files/"
dt_now = datetime.datetime.now()
dt_time = dt_now.strftime('%Y-%m-%d_%H%M%S')
name = sys.argv[1]
file_name = f'{dt_time}_note_{name}.md'
print("make File" + dir + file_name) #sys .exit()
f = open(dir + file_name, "w")
if True:
s = '''
make file: {f}
##
###
##
###
##
###
##
###
##
###
##
###
'''.format(f=file_name)
f.write(textwrap.dedent(s)[1:-1])
f.close
def get_east_asian_width_count(text):
count = 0
twcount = 0
for c in text:
if unicodedata.east_asian_width(c) in 'FWA':
count += 2
twcount += 1
else:
count += 1
twcount += 0.5
cnt = f'{int(twcount)}/{count}'
return cnt
count = get_east_asian_width_count(file_name)
print(count)
#print (textwrap.dedent(s)[1:-1])
(厳重注意)有料記事のテスト(テストなので、この先に記事はないです。)
ここから先は
21字
¥ 50,000
この記事が気に入ったらサポートをしてみませんか?