Metadata-Version: 2.4
Name: mpf-monitor
Version: 0.57.3.dev1
Summary: MPF Monitor
Author-email: The Mission Pinball Framework Team <brian@fastpinball.com>
License: MIT
Project-URL: homepage, https://missionpinball.org
Keywords: pinball,mpf
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Artistic Software
Classifier: Topic :: Games/Entertainment :: Arcade
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt6>=6.4.2
Requires-Dist: Pillow>=10.4.0
Dynamic: license-file

MPF Monitor (mpf-monitor)
=========================

<img align="right" width="300" src="mpf-monitor-logo.png"/>

This package is for the Mission Pinball Framework (MPF) Monitor
(mpf-monitor).

The MPF monitor is a graphical app that connects to a live running
instance of MPF and shows the status of various devices. (LEDs,
switches, ball locks, etc.). You can add a picture of your playfield and
drag-and-drop devices to their proper locations so you can interact with
your machine when you're not near your physical machine.

The MPF Monitor can run on Windows, Mac, and Linux. It uses PyQt6
(Python bindings for Qt6) for its visual framework.

Installation & Instructions
---------------------------

Full instructions for installing and using the MPF monitor are included
in the MPF documentation here: https://missionpinball.org/

<img src="mpf-monitor-screenshot.jpg"/>

Support
-------

MPF is open source and has no official support. Some MPF users follow the MPF-users Google group: https://groups.google.com/forum/#!forum/mpf-users. Individual hardware providers may provide additional support for users of their hardware.

Contributing
------------

MPF is a passion project created and maintained by volunteers. If you're a Python coder, documentation writer, or pinball maker, feel free to make a change and submit a pull request. For more information about contributing see the [Contributing Code](https://missionpinball.org/latest/about/contributing_to_mpf/)
and [Contributing Documentation](https://missionpinball.org/latest/about/help_docs/) pages.

License
-------

MPF and related projects are released under the MIT License. Refer to the LICENSE file for details. Docs are released under Creative Commons CC BY 4.0.
