Skip to main content

A PyQt5 wizard package

Project description

pywiz

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.

Requires PyQt5

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 version of the 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.12.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pywiz-0.0.12-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

File details

Details for the file pywiz-0.0.12.tar.gz.

File metadata

  • Download URL: pywiz-0.0.12.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pywiz-0.0.12.tar.gz
Algorithm Hash digest
SHA256 d666422a4360e3a284aaa9886d571cd6e14f16658e94e6d2145d4d4ead912e80
MD5 8df9d65d3a9571ca4750d2b59ac0d105
BLAKE2b-256 a44acc9430127306d1e19cc7cd0af3d2e93cff04a572146b5b406ffae53ee4c6

See more details on using hashes here.

File details

Details for the file pywiz-0.0.12-py3-none-any.whl.

File metadata

File hashes

Hashes for pywiz-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 63bc3fd0d5833c38de2d93eea84780d7eb8e91510a1dd22af2ebbbd99501fa8a
MD5 34a22494f7d76e0d1520f017c96c599e
BLAKE2b-256 21bde514a424b57e9f3d9491495a215a4e5ca1e54a890472d9e12e5787e11a89

See more details on using hashes here.

Supported by

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