Skip to content
View brandonscript's full-sized avatar
Turning caffeine into code
Turning caffeine into code

Highlights

  • Pro
Block or Report

Block or report brandonscript

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

Pinned

  1. fylm fylm Public

    A wonderful automated command line app for organizing your film media. Built for Plex and SABnzbd.

    Python 32 4

  2. lodash-uuid lodash-uuid Public

    A simple mixin that adds uuid checking and generation to Lo-Dash

    JavaScript 8 1

  3. mui-flexy mui-flexy Public

    A flexbox wrapper for MaterialUI Box and Grid components with handy shorthand props

    TypeScript 2

  4. tinta tinta Public

    Tinta is a magical console output tool with support for printing in beautiful colors and with rich formatting, like bold and underline, using static, chain-able methods. It's so pretty, it's almost…

    Python 6

  5. WalkPath: A wrapper for pathlib.Path... WalkPath: A wrapper for pathlib.Path – deeply search the specified path and return all files and dirs (using os.walk), mapped to WalkPath objects that maintain a hierarchical matrix of pathlib.Path objects.
    1
    #!/usr/bin/env python
    2
    
                  
    3
    from pathlib import Path
    4
    from typing import Union, Iterable
    5