You've already forked QWeatherReporter
feat: Logger
This commit is contained in:
12
res/icons/convert.py
Normal file
12
res/icons/convert.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import os
|
||||
|
||||
|
||||
file_list = []
|
||||
|
||||
for i in range(100, 10000):
|
||||
if os.path.exists(f'{i}.svg'):
|
||||
file_list.append(i)
|
||||
|
||||
|
||||
for i in file_list:
|
||||
os.system(f'inkscape -z -e {i}.png -w 256 -h 256 {i}.svg')
|
||||
Reference in New Issue
Block a user