Metadata-Version: 2.1
Name: MacAppOpener
Version: 0.0.1
Summary: A simple python module that offers a MacOS alternative to the AppOpener module.
Home-page: 
Author: Ryann Elguessab
Author-email: ryannelguessab@gmail.com
License: MIT
Keywords: appMacOS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

A simple python module that offers a MacOS alternative to the AppOpener module using the os module and difflib providing an easy way to open applications on MacOS using python.

Change Log
==========

0.0.1 (06/25/2023)
-------------------
- First Release
