-
Notifications
You must be signed in to change notification settings - Fork 1
pywiz notes
xxRonaldxx edited this page May 28, 2018
·
5 revisions
pywiz - Quickly creates a wizard for any step by step process that is difficult or error prone. I started out using message boxes to create pop ups as a guide for updating several complex Excel spreadsheets. The problem was, I needed to drag the msg box out of the way each time as it was popping up on top of the spreadsheet. I use Anaconda and it comes bundled with PyQt5, so I started playing with some of the QWizard example code.