Skip to main content

Tools for extracting assets from easter eggs in Microsoft projects

Project description

Windows flag waving in the digital wind 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: 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:

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)

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

MicrosoftEasterEggs-0.9.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

MicrosoftEasterEggs-0.9.1-py3-none-any.whl (10.3 kB view hashes)

Uploaded 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