Example applications

Real-world examples

These may illustrate more complex uses of pynsist.

  • Mu is a beginner-friendly code editor for Python, written with PyQt5.
  • The author’s own application, Taxonome, is a Python 3, PyQt4 application for working with scientific names for species.
  • Spreads is a book scanning tool, including a tkinter configuration system and a local webserver. Its use of pynsist (see buildmsi.py) includes working with setuptools info files.
  • InnStereo is a GTK 3 application for geologists. Besides pygi, it uses numpy and matplotlib.