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
.
Get it on PyPI: pip3 install MicrosoftEasterEggs
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')
- Windows 3.1
- Credits (Program Manager)