Skip to main content

Mac app generator

Project description

Installation

$ [sudo] pip install mac-app

Classes

class __doc__
mac_app.App Mac app generator

Examples

create app from python file

>>> mac_app.App(app_script="file.py", app_name="name").appify().mkalias("~/name.app")

create app from class

>>> import mac_app
>>> class MyApp(mac_app.App):
        def run(self):
            pass

    if __name__ == "__main__":
        MyApp().run()
>>> MyApp().appify().mkalias("~/MyApp.app")

readme-generator

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

mac-app-2019.3.22.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

mac_app-2019.3.22-py2.py3-none-any.whl (87.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page