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
""" | |
Python script to extract images from XML/PNG pairs (I've used it for FNF) | |
Scans the "d" directory for any XML and PNG pairs, and if it finds them, creates a new folder in the "out" directory with the same name as the images | |
Note that it won't output images in the "d" directory if they have no corresponding XML file | |
Requires os, PIL, BeautifulSoup, lxml (html reader for BeautifulSoup) and re | |
""" | |
# Change this to the game's images folder (the one with the textures and XML files). | |
d = r"C:\Funkin-master\assets\week7\images" |
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
javascript: | |
` | |
WorkFlowy x 2 | |
============= | |
- A browser Bookmarklet to give you a dual panel WorkFlowy view | |
Features / Usage: |