Skip to main content

A PyQt5 wizard package

Project description

pwiz

python PyQt5 wizard module used to display a sequence of pages in a dialog box to help guide a user through a step by step process.

Latest PyPI version License: MIT

Initially, I used a python script containing a series of message boxes to walk through updating an excel spreadsheet done on a monthly basis. This module enabled me to replace each of my msgbox(title,text) functions with an addPage(title, text) function, easily modifying the scripts to use the PyQt5 QWizard class.

Usage example:

>>>> Import pywiz

>>>> pywiz.setWizardTitle(“Your first wizard”)

>>>> pywiz.addPage(“wizard page 1 title”, ”wizard page 1 text”)
>>>> pywiz.addPage(“wizard page 2 title”, ”wizard page 2 text”)
>>>> pywiz.addPage(“wizard page 3 title”, ”wizard page 3 text”)
     . . .

>>>> pywiz.runWizard()

Installation:

From PyPI: Get the latest stable version of pywiz package using pip:

pip install pywiz

From code: Download/clone the project, go to pywiz folder that contains setup.py then:

  • You can use setup script and pip install.

    pip install .
    
  • Or, you can use the setup script with python:

    python setup.py install
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywiz-0.0.3.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

pywiz-0.0.3-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page