Skip to content
View natecrow's full-sized avatar
Block or Report

Block or report natecrow

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 Loading

  1. This Python script generates English... This Python script generates English words from input letters. Letters are input in as one word, e.g. "abc" for letters a, b, and c. A minimum length for the generated words is also taken as input. I wrote this script to solve levels in the game Word Cookies.
    1
    import enchant
    2
    import math
    3
    import sys
    4
    from itertools import permutations
    5
    
                  
  2. stained-glass-vscode-theme stained-glass-vscode-theme Public

    A theme designed with LCH color values to get more perceptually uniform hues and contrast.

    Python

  3. stained-glass-terminal-themes stained-glass-terminal-themes Public

    Terminal theme designed with LCH color values to get more perceptually uniform hues and contrast.

  4. consonance-vscode-themes consonance-vscode-themes Public

    Collection of simple VS Code color themes each consisting of one primary hue.

    Python