Skip to content

Instantly share code, notes, and snippets.

View thatcosmonaut's full-sized avatar

Evan Hemsley thatcosmonaut

View GitHub Profile
@thatcosmonaut
thatcosmonaut / gms2_gamepad_db_composer.py
Last active October 5, 2021 21:12 — forked from offalynne/gms2_gamepad_db_composer.py
GMS2 Gamepad DB Composer
#!/usr/bin/python
# @offalynne, 2021
# Modified for python 3 by @thatcosmonaut
import re
import os
import sys
import urllib.request