MacAppOpener


NameMacAppOpener JSON
Version 0.0.5 PyPI version JSON
download
home_page
SummaryA simple python module that offers a MacOS alternative to the AppOpener module.
upload_time2023-06-26 23:30:18
maintainer
docs_urlNone
authorRyann Elguessab
requires_python
licenseMIT
keywords appmacos
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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 and close applications on MacOS using python. The module will search within the applications for the closeset module giving programmers a little leeway. 
 
Examples:

open("brave") #opens Brave Browser

close("discord") #closes Discord application

Github Repo: https://github.com/CoderEgloo/MacOpener
	 


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

0.0.4 (06/26/2023)
-------------------
- Cleaning up files and addding close function


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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "MacAppOpener",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "appMacOS",
    "author": "Ryann Elguessab",
    "author_email": "ryannelguessab@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "\nA simple python module that offers a MacOS alternative to the AppOpener module using the os module and difflib providing an easy way to open and close applications on MacOS using python. The module will search within the applications for the closeset module giving programmers a little leeway. \n \nExamples:\n\nopen(\"brave\") #opens Brave Browser\n\nclose(\"discord\") #closes Discord application\n\nGithub Repo: https://github.com/CoderEgloo/MacOpener\n\t \n\n\nChange Log\n==========\n\n0.0.4 (06/26/2023)\n-------------------\n- Cleaning up files and addding close function\n\n\n0.0.1 (06/25/2023)\n-------------------\n- First Release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple python module that offers a MacOS alternative to the AppOpener module.",
    "version": "0.0.5",
    "project_urls": null,
    "split_keywords": [
        "appmacos"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da5a6ef7c3709dee45298da972d54e888b3a2948318030cb8f0579c969a7f8d9",
                "md5": "2e04f587c4f1a205fe01480e85522d23",
                "sha256": "8e1f0e5b4ab8463e24e98966e1e2a42b28abe3390fbe273e46a0d8c98ca8e0a3"
            },
            "downloads": -1,
            "filename": "MacAppOpener-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e04f587c4f1a205fe01480e85522d23",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3115,
            "upload_time": "2023-06-26T23:30:18",
            "upload_time_iso_8601": "2023-06-26T23:30:18.993464Z",
            "url": "https://files.pythonhosted.org/packages/da/5a/6ef7c3709dee45298da972d54e888b3a2948318030cb8f0579c969a7f8d9/MacAppOpener-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-26 23:30:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "macappopener"
}
        
Elapsed time: 0.48852s