Skip to content

Instantly share code, notes, and snippets.

import os
path_assets = r"C:\Users\virtue\Desktop\Project\Python\PixelPrinterMod\assets"
path_mod = r"C:\Users\virtue\Desktop\Project\Python\PixelPrinterMod\mod\ModName"
for root, dirs, files in os.walk(path_assets, topdown = False):
for name in files:
print(os.path.join(root, name))
if not name.endswith(".png"):
@RogueYun
RogueYun / conwin.xml
Created January 31, 2020 04:14
Consider Window for Aardwolf
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<!-- Saved on Friday, August 14, 2009, 6:13 AM -->
<!-- MuClient version 4.93 -->
<!-- Plugin "Consider_Window" generated by Plugin Wizard -->
<!-- Updates Made by Strazor on September 6, 2014
1) Updated sPat variable to correctly escape in LUA and capture "-" and "." in mob names
2) Updated some of the triggers to regular expressions
3) Triggers should now capture Auras of Mobs in Minwin. This is not perfect but works.