This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # pip install pillow | |
| import sys | |
| import random | |
| from PIL import Image | |
| def luminance(c): |
This file contains hidden or 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
| #!/bin/env python3 | |
| import json | |
| import sys | |
| from collections import OrderedDict | |
| import markdown_to_json | |
| def format_card_entry( |
This file contains hidden or 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
| <div class="sillyProfile"> | |
| <p><strong>About</strong></p> | |
| <p>I mainly write fantasy cards.<br/> | |
| I've been around for a bit. Some cards are old, watch for dates.<br/> | |
| Please leave negative feedback.</p> | |
| <hr/> | |
| <p><strong>Recommended</strong></p> |