Metadata-Version: 2.1
Name: Appmaker
Version: 0.0
Summary: Command line tool to package executable into an .app bundle
Home-page: https://gitlab.com/Pixel-Mqster/File-Find
Author: Pixel Master
Author-email: 
License: GNU GPL v3.0
Keywords: cmd,executable,macOS
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS
License-File: LICENSE

Appmaker
========

Create an app from an Binary!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

**Usage: ``appmaker [script] [--options]``**

Options:
~~~~~~~~

``-n`` or ``--name`` for the name of the app

``-i`` or ``--icon`` for an icon file (must be .icns)

``-a`` or ``--author`` for an author

``-v`` or ``--version`` for a version number (must be a string)

Example:

``appmaker ./main.py --name "My App" --icon "./assets/icon.icns" --author "Pixel Master" --version "1.0"``

appmaker -h or appmaker –help for help
