Latest parts of the readme and the creator tools updated
This commit is contained in:
parent
0e7e72b56d
commit
2b0de7217f
5 changed files with 1021 additions and 353 deletions
|
@ -92,5 +92,7 @@ if method == 'with logs':
|
|||
########################################
|
||||
if enable_popup:
|
||||
import PySimpleGUI as sg
|
||||
sg.Popup('Completed making {}'.format(OUTPUT_FILENAME))
|
||||
lines = open('usage.log.txt', mode='r').readlines()
|
||||
sg.PopupScrolled('Completed making {}'.format(OUTPUT_FILENAME), ''.join(lines), size=(80,50))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue