{"id":29595176,"url":"https://github.com/athrvvvv/appopener","last_synced_at":"2025-10-05T22:45:59.347Z","repository":{"id":57956014,"uuid":"502585290","full_name":"athrvvvv/AppOpener","owner":"athrvvvv","description":"Python library to open/close applications in windows.","archived":false,"fork":false,"pushed_at":"2024-07-21T07:22:23.000Z","size":1541,"stargazers_count":20,"open_issues_count":5,"forks_count":7,"subscribers_count":3,"default_branch":"module","last_synced_at":"2025-07-18T04:12:09.189Z","etag":null,"topics":["app-opener","articicial-inteligence","bot","chatbot","close","close-apps","close-apps-python","module","open","open-apps","open-apps-python","python","python-library","python3","windows","windows-python"],"latest_commit_sha":null,"homepage":"https://appopener.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/athrvvvv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-12T10:34:23.000Z","updated_at":"2025-06-30T14:02:23.000Z","dependencies_parsed_at":"2024-07-21T08:32:49.538Z","dependency_job_id":"cbebd789-951e-4b80-8281-5447a87d487e","html_url":"https://github.com/athrvvvv/AppOpener","commit_stats":{"total_commits":150,"total_committers":3,"mean_commits":50.0,"dds":"0.026666666666666616","last_synced_commit":"c413c2d643e4684f7a6ce3442aac6f5726a1a712"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/athrvvvv/AppOpener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athrvvvv%2FAppOpener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athrvvvv%2FAppOpener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athrvvvv%2FAppOpener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athrvvvv%2FAppOpener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athrvvvv","download_url":"https://codeload.github.com/athrvvvv/AppOpener/tar.gz/refs/heads/module","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athrvvvv%2FAppOpener/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266087790,"owners_count":23874519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-opener","articicial-inteligence","bot","chatbot","close","close-apps","close-apps-python","module","open","open-apps","open-apps-python","python","python-library","python3","windows","windows-python"],"created_at":"2025-07-20T08:06:41.499Z","updated_at":"2025-10-05T22:45:54.315Z","avatar_url":"https://github.com/athrvvvv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AppOpener 🔓\n\nAppOpener is the python library to **open/close** any application **without knowing it's absoulute path**. The library works by making use of App Name and App Id.\n\nLibrary works on python version 3.5 or above python version 3.5+\n\n[![PyPI Downloads](https://img.shields.io/pypi/dm/AppOpener)](https://pypi.org/project/AppOpener/) \u0026nbsp; [![PyPI Downloads](https://img.shields.io/pypi/status/AppOpener)](https://pypi.org/project/AppOpener/) \u0026nbsp; [![PyPI Downloads](https://img.shields.io/pypi/v/AppOpener?label=AppOpener)](https://pypi.org/project/AppOpener/) \u0026nbsp; [![Windows Only](https://img.shields.io/badge/platform-windows-blue.svg)](https://shields.io/)\n\n\u003c!-- \u003e **Note**\n\u003e AppOpener is only functional on windows. --\u003e\n\nVisit official documentation of AppOpener [here](https://AppOpener.readthedocs.io/en/latest/).\n\nThe latest development version is always available at the [Github](https://github.com/athrvvvv/AppOpener) repository.\n\n---\n\n\u003e ### Features:\n\n1. Open applications\n2. Close applicatons\n3. Create list of Apps \u0026 Ids\n\n---\n\n### Integrating AppOpener\n\n![](docs/img/output.gif)\n\nSee [Examples](https://github.com/athrvvvv/AppOpener/tree/module/Examples) for more.\n---\n\n\u003e ### Install Package 📦\n\n```\npip install AppOpener\n```\n\n\u003e ### Quick start ⚡\n\n``` python\nfrom AppOpener import open, close, mklist, give_appnames\nopen(\"telegram, whatsapp\") # Opens telegram and whatsapp\nopen(\"APPNAME\", throw_error=True) # Raises Exception if App is not found (can be used in `close` function too)\nclose(\"telgrm\", match_closest=True) # Closes telegram as \"telgrm\" is closest to \"telegram\"\nmklist(name=\"app_data.json\") # Generates an file, having key as AppName and value as AppIds.\nappnames = give_appnames() # Save appnames as dictionary\n```\n\n---\n\u003e ### Building package 🔨\n\n```\ngit clone https://github.com/athrvvvv/AppOpener.git\ncd AppOpener\npython setup.py sdist bdist_wheel\n```\nThe latest release is always available at the Github [releases](https://github.com/athrvvvv/AppOpener/releases).\n\n---\n\u003e ### Contributing 🤝\n\nContributions are welcomed. To know more visit [here](https://github.com/athrvvvv/AppOpener/blob/module/CONTRIBUTING.md).\n\n---\n\n### Links 🔗\n\n- PYPI page - https://pypi.org/project/appopener/\n- Official documentation - https://AppOpener.readthedocs.io/en/latest/\n- Github releases - https://github.com/athrvvvv/AppOpener/releases/\n- Project changelog - https://github.com/athrvvvv/AppOpener/blob/module/CHANGELOG.md/\n- Issue tracker - https://github.com/athrvvvv/AppOpener/issues/\n\n### Stay connected 🤗\n\n- [Mail](mailto:athrvchaulkar@gmail.com)\n- [Twitter](https://twitter.com/athrvvvvv)\n- [YouTube](https://www.youtube.com/c/ACUNBOXING2017)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathrvvvv%2Fappopener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathrvvvv%2Fappopener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathrvvvv%2Fappopener/lists"}