Tools for extracting assets from easter eggs in Microsoft projects
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file MicrosoftEasterEggs-0.9.1.tar.gz
.
File metadata
- Download URL: MicrosoftEasterEggs-0.9.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5cafa3a7d0043c5861328f110955c5ab33c5f5fb2ac3c3f70523fd463f2cf5f |
|
MD5 | a7d03454c867927d2d092d5dd21a5658 |
|
BLAKE2b-256 | 26a8be16c660f8fc7ef6b10af298d1ef683d22b460b2ff9aab103fbdd7d9d752 |
File details
Details for the file MicrosoftEasterEggs-0.9.1-py3-none-any.whl
.
File metadata
- Download URL: MicrosoftEasterEggs-0.9.1-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94a01471603bcd85415295b1ed5bc992a4323dec7fa67d86353327ec7c9c2138 |
|
MD5 | bb5ccdf226f65d3aa05a2c351ca97f18 |
|
BLAKE2b-256 | a41d18a5808c7a1d8d0df7da58a0dc3ff4e4ea59a9d6c708402b44b7186b2884 |