Latest parts of the readme and the creator tools updated

This commit is contained in:
MikeTheWatchGuy 2019-08-08 16:47:15 -04:00
parent 0e7e72b56d
commit 2b0de7217f
5 changed files with 1021 additions and 353 deletions

View file

@ -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))