Skip to content

Instantly share code, notes, and snippets.

@srhinos
srhinos / merge.py
Last active July 6, 2024 20:39
Fallout 76 IconSortingTags Strings Mod Merger Script
# ############### 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
@b1naryth1ef
b1naryth1ef / spotty.py
Created July 13, 2015 06:25
Youtube to Spotify playlist creator
# -*- coding: utf-8 -*-
import sys, os
import spotify
import logging
import time
import requests
import pafy
import re
if not len(sys.argv) >= 3: