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
# ############### HOW TO USE THIS FILE ################ | |
# | |
# NOTE: Requires Python 3.9+ and the package `xmltodict` installed. | |
# | |
# 1. Drop this file in the base level directory of the "Tagged Plans - XML for xTranslator" mod | |
# 2. Open xTranslator, load 76's ESP/ESM, and process the IconSortingTag's header rules | |
# - import the fonts to your ba2s too | |
# 3. Export IconSortingTag's changes as an XML translation | |
# - File -> Export Translation -> XML files | |
# - Name file `full_icon_dump.xml` and place in directory of the "Tagged Plans" mod |
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
# -*- coding: utf-8 -*- | |
import sys, os | |
import spotify | |
import logging | |
import time | |
import requests | |
import pafy | |
import re | |
if not len(sys.argv) >= 3: |