Example applications ==================== Simplified examples ------------------- The repository contains a number of simple examples for building applications with different frameworks: - `A console application `_ - `A PyQt5 application `_ - `PyQt5 with QML `_ - `PyQt5 with OpenCV `_ - `A PyGI (or PyGObject) application with Numpy and Matplotlib (64 bit, Python 3.4) `_ - `A pygame application `_ - `A pyglet application `_ - `A pywebview application `_ - `A streamlit application `_ 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.