MicrosoftEasterEggs


NameMicrosoftEasterEggs JSON
Version 0.9.1 PyPI version JSON
download
home_page
SummaryTools for extracting assets from easter eggs in Microsoft projects
upload_time2023-07-12 14:25:55
maintainer
docs_urlNone
authornpjg
requires_python>=3.9
licenseMIT License Copyright (c) 2022 Nathanael Gentry Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords microsoft reverse-engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# ![Windows flag waving in the digital wind](https://raw.githubusercontent.com/npjg/microsoft-easter-eggs/main/examples/Windows%20Flag.gif) Microsoft Easter Eggs
This repository holds Python scripts to extract
the assets for Easter eggs from Microsoft products. Only extraction logic is provided; you must have access to the required original file(s) from the original Microsoft products.
For more information on the required file(s) for each easter egg, install the package from PyPI and run `MicrosoftEasterEggs -h`.

## Installation
Get it [on PyPI](https://pypi.org/project/MicrosoftEasterEggs/): ```pip3 install MicrosoftEasterEggs```

## Usage
If you install via `pip`, you can use the installed `MicrosoftEasterEggs` script, which includes subcommands for specific easter eggs:
```
MicrosoftEasterEggs windows31-credits ~/WINDOWS/SYSTEM/SHELL.DLL ~/Desktop
```

You can also use the code as a library and do your own export:
```{python}
from MicrosoftEasterEggs.windows31 import credits

windows31_credits = credits.Windows31Credits('/home/developer/WINDOWS/SYSTEM/SHELL.DLL')
windows31_credits.export('/home/developer')
```

## Current Support
* Windows 3.1
  * Credits (Program Manager)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "MicrosoftEasterEggs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "microsoft,reverse-engineering",
    "author": "npjg",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/26/a8/be16c660f8fc7ef6b10af298d1ef683d22b460b2ff9aab103fbdd7d9d752/MicrosoftEasterEggs-0.9.1.tar.gz",
    "platform": null,
    "description": "\n# ![Windows flag waving in the digital wind](https://raw.githubusercontent.com/npjg/microsoft-easter-eggs/main/examples/Windows%20Flag.gif) Microsoft Easter Eggs\nThis repository holds Python scripts to extract\nthe assets for Easter eggs from Microsoft products. Only extraction logic is provided; you must have access to the required original file(s) from the original Microsoft products.\nFor more information on the required file(s) for each easter egg, install the package from PyPI and run `MicrosoftEasterEggs -h`.\n\n## Installation\nGet it [on PyPI](https://pypi.org/project/MicrosoftEasterEggs/): ```pip3 install MicrosoftEasterEggs```\n\n## Usage\nIf you install via `pip`, you can use the installed `MicrosoftEasterEggs` script, which includes subcommands for specific easter eggs:\n```\nMicrosoftEasterEggs windows31-credits ~/WINDOWS/SYSTEM/SHELL.DLL ~/Desktop\n```\n\nYou can also use the code as a library and do your own export:\n```{python}\nfrom MicrosoftEasterEggs.windows31 import credits\n\nwindows31_credits = credits.Windows31Credits('/home/developer/WINDOWS/SYSTEM/SHELL.DLL')\nwindows31_credits.export('/home/developer')\n```\n\n## Current Support\n* Windows 3.1\n  * Credits (Program Manager)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Nathanael Gentry  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Tools for extracting assets from easter eggs in Microsoft projects",
    "version": "0.9.1",
    "project_urls": {
        "Homepage": "https://github.com/npjg/microsoft-easter-eggs"
    },
    "split_keywords": [
        "microsoft",
        "reverse-engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a41d18a5808c7a1d8d0df7da58a0dc3ff4e4ea59a9d6c708402b44b7186b2884",
                "md5": "bb5ccdf226f65d3aa05a2c351ca97f18",
                "sha256": "94a01471603bcd85415295b1ed5bc992a4323dec7fa67d86353327ec7c9c2138"
            },
            "downloads": -1,
            "filename": "MicrosoftEasterEggs-0.9.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb5ccdf226f65d3aa05a2c351ca97f18",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10261,
            "upload_time": "2023-07-12T14:25:52",
            "upload_time_iso_8601": "2023-07-12T14:25:52.804001Z",
            "url": "https://files.pythonhosted.org/packages/a4/1d/18a5808c7a1d8d0df7da58a0dc3ff4e4ea59a9d6c708402b44b7186b2884/MicrosoftEasterEggs-0.9.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26a8be16c660f8fc7ef6b10af298d1ef683d22b460b2ff9aab103fbdd7d9d752",
                "md5": "a7d03454c867927d2d092d5dd21a5658",
                "sha256": "c5cafa3a7d0043c5861328f110955c5ab33c5f5fb2ac3c3f70523fd463f2cf5f"
            },
            "downloads": -1,
            "filename": "MicrosoftEasterEggs-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a7d03454c867927d2d092d5dd21a5658",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7772,
            "upload_time": "2023-07-12T14:25:55",
            "upload_time_iso_8601": "2023-07-12T14:25:55.723069Z",
            "url": "https://files.pythonhosted.org/packages/26/a8/be16c660f8fc7ef6b10af298d1ef683d22b460b2ff9aab103fbdd7d9d752/MicrosoftEasterEggs-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 14:25:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "npjg",
    "github_project": "microsoft-easter-eggs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "microsofteastereggs"
}
        
Elapsed time: 0.09121s