Skip to content

Instantly share code, notes, and snippets.

View thismusicdude's full-sized avatar

Max Schmitt thismusicdude

View GitHub Profile
@thismusicdude
thismusicdude / armateur.py
Last active September 6, 2023 18:29
Maximo Blender Name Converter
import bpy
# _______ ______ __ __ _______ _______ _______ __ __ ______
# | _ || _ | | |_| || _ || || || | | || _ |
# | |_| || | || | || |_| ||_ _|| ___|| | | || | ||
# | || |_||_ | || | | | | |___ | |_| || |_||_
# | || __ || || | | | | ___|| || __ |
# | _ || | | || ||_|| || _ | | | | |___ | || | | |
# |__| |__||___| |_||_| |_||__| |__| |___| |_______||_______||___| |_|
#
@thismusicdude
thismusicdude / ad.py
Created April 25, 2018 13:45
A little fancy Python class to generate an AdFly-Link. It uses the official Adf.ly Api
# Author: github.com/ponyschreck
# Latest Update: 25.4.2018
import urllib.request
class Adpy():
"""
A little fancy Python-Class to generate an AdFly-Link
"""
def __init__(self, public_key: str, user_id: str):
@thismusicdude
thismusicdude / lraw.py
Created April 25, 2018 13:39
L-RAW - Little Reddit-Api-Wrapper
# Latest Update: 25.4.2018
import urllib.request
import json
class LRAW:
"""
L-RAW - Little Reddit Api Wrapper
:author: github.com/ponyschreck