File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
37
37
if len (sys .argv ) != 2 :
38
38
print ("Usage :" )
39
- print (" turing theme-extractor.py path/to/theme-file.data" )
39
+ print (" turing- theme-extractor.py path/to/theme-file.data" )
40
40
print ("Examples : " )
41
- print (" turing theme-extractor.py \" Dragon Ball.data\" " )
42
- print (" turing theme-extractor.py \" Pikachu theme.data\" " )
43
- print (" turing theme-extractor.py NZXT_BLUR.data" )
41
+ print (" turing- theme-extractor.py \" Dragon Ball.data\" " )
42
+ print (" turing- theme-extractor.py \" Pikachu theme.data\" " )
43
+ print (" turing- theme-extractor.py NZXT_BLUR.data" )
44
44
try :
45
45
sys .exit (0 )
46
46
except :
60
60
61
61
# Find PNG IEND chunk (= end of file)
62
62
iend_found = mm .find (PNG_IEND , header_found )
63
- print ("Found PNG IEND at 0x%06x" % iend_found )
63
+ print ("Found PNG end-of-file at 0x%06x" % iend_found )
64
64
65
65
# Extract PNG data to a file
66
66
theme_file .seek (header_found )
You can’t perform that action at this time.
0 commit comments