v05 update 03

This commit is contained in:
13339479676 2022-01-28 12:46:54 +08:00
parent 0203883d0c
commit 3cea3a8e2e
3 changed files with 0 additions and 14 deletions

View File

@ -39,8 +39,3 @@ def is_fonts(fonts_dir):
# 字体库不存在,创建字体库
print(f'字体库不存在,正在创建。。。')
add_fronts() # 创建字体库
if __name__ == "__main__":
# add_fronts("./fonts.sh")
is_fonts("./fonts")

View File

@ -42,7 +42,3 @@ def date_time_frames(date_time, frames):
# r"(\d{4}-\d{1,2}-\d{1,2}\s\d{1,2}:\d{1,2}:\d{1,2})", f_list[i])
# if (mat != None):
# print(f'{i, f_list[i]}')
# if __name__ == '__main__':
# log2date_frames()

View File

@ -64,8 +64,3 @@ def csv2list(csv_path):
frames_list.append(int(item[1]))
return d_list, t_list, frames_list
if __name__ == '__main__':
date_list, time_list, y = csv2list()
createLineChart(y, date_list, time_list)