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.13.tar.gz (3.6 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.13-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pywiz-0.0.13.tar.gz
Algorithm Hash digest
SHA256 20e1b7ce601c27f39cfff108d243dd070460f0e0897bddafd14e6a409e3f1a7a
MD5 e57edc68d1dcbd0e665d6093771b1003
BLAKE2b-256 fa99b3920e405e71db1a1e90df4dbc86188652bccc72a177bec8909326f8f0b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywiz-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 421ae00bbaed665a6678ce18d64b613f8820465da7b1480cf0c672f9ae9bbf3c
MD5 401297afdcafcb9be2d0dc66212b5010
BLAKE2b-256 8bbd26f9b56ac2c34a34fbf3a1278d7bb542a884c965f981256dad954e4ed32a

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