First, install python-midi:
pip3 install "https://github.com/mgedmin/python-midi/archive/refs/heads/python3.zip"Then, run this script:
| #!/usr/bin/env -S bash -l | |
| set -e | |
| OS=""; | |
| if [[ "$OSTYPE" == "linux-gnu"* ]]; then | |
| OS="linux"; | |
| elif [[ "$OSTYPE" == "darwin"* ]]; then | |
| OS="darwin"; | |
| elif [[ "$OSTYPE" == "freebsd"* ]]; then | 
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| import argparse | |
| from glob import glob | |
| from os.path import join, relpath | |
| from pathlib import Path | |
| from fontTools.ttLib import TTFont | 
| #!/usr/bin/env python3 | |
| import sys | |
| assert sys.version_info[0] >= 3, "Python 3 required." | |
| # | |
| # nsfe_to_nsf2.py | |
| # Brad Smith, 2018-08-24 | |
| # | |
| # This converts an NSFe file to a preliminary "NSF2 with metadata" format. | 
| :root { | |
| --font: "SF Pro Display", "Inter", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; | |
| --mono-font: "SF Mono", monospace; | |
| --bg-color: #000; | |
| --bg-color1: #1c1c1e; | |
| --bg-color2: #3d3d41; | |
| --fg-color: #fff; | |
| --fg-color1: #98989e; | 
| Windows Registry Editor Version 5.00 | |
| ; Change Extension's File Type | |
| [HKEY_CURRENT_USER\Software\Classes\.jpg] | |
| @="PhotoViewer.FileAssoc.Tiff" | |
| ; Change Extension's File Type | |
| [HKEY_CURRENT_USER\Software\Classes\.jpeg] | |
| @="PhotoViewer.FileAssoc.Tiff" | 
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| import argparse | |
| from sys import exit | |
| from os import makedirs | |
| from os.path import getsize, basename, splitext, join | |
| from struct import unpack, calcsize | |
| from time import sleep | 
| r_flashlightfar 2500 | |
| r_flashlightfov 75 | |
| sk_plr_dmg_357 4000 | |
| sk_plr_dmg_airboat 30000 | |
| sk_plr_dmg_alyxgun 5000 | |
| sk_plr_dmg_357 40000 | |
| sk_plr_dmg_ar2 8000 | |
| sk_plr_dmg_buckshot 8000 | |
| sk_plr_dmg_crossbow 100000 | 
| #--- | |
| # iPIN - iPhone PNG Images Normalizer v1.0 | |
| # Copyright (C) 2007 | |
| # | |
| # Author: | |
| # Axel E. Brzostowski | |
| # http://axelbrz.com/ | |
| # [email protected] | |
| # | |
| # References: | 
| #!/usr/bin/env python3.6 | |
| # -*- coding: utf-8 -*- | |
| # | |
| # put all channels you want to download the emotes of | |
| # into a text file called "channel_list.txt", separated | |
| # by line breaks | |
| # also download subscriber.json from | |
| # https://twitchemotes.com/apidocs | |
| # and put it into a folder called "api" next to this script |