Skip to content
View craftnut's full-sized avatar

Block or report craftnut

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
craftnut/README.md

welcome to my github profile!

  • hi there! i'm craftnut
  • i'm a hobbyist programmer with chronic ThinkPad procurement (3)
  • i know Python
  • i don't have much more to say, check out my website over at https://www.mlem.zip/

Pinned Loading

  1. GZLauncher GZLauncher Public

    Simple Graphical GZDoom launcher written in Python with PySide6.

    Python 1 1

  2. Auto-install themes to make Openbox ... Auto-install themes to make Openbox look like Windows 9x
    1
    #!/bin/bash
    2
    if [ "$(whoami)" != 'root' ]; then
    3
    	echo "Not super-user, exiting."
    4
    	exit
    5
    fi