This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Gist to generate spreadsheet (Excel) pixel art from an arbitrary image. | |
Gist by Sadie Louise Bartholomew ('sadielbartholomew'), 05.08.21. | |
Q) Why would I want to do this? | |
A) Exactly. Programming gives us too much power to do silly and pointless | |
things. | |
Requires certain libraries to work: see the `import` list. |