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

Block or report ChunkLightTuna

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. oronder/Oronder oronder/Oronder Public

    A Foundry VTT module for deep Discord integration

    JavaScript 4 3

  2. battlemap-thumbnail-provider battlemap-thumbnail-provider Public

    Windows Explorer thumbnail provider for *.dd2vtt files.

    C++ 1

  3. monitor_control monitor_control Public

    Breaks out monitor controls into a desktop based keypad.

    Python 1

  4. Create thumbnails for dd2vtt files Create thumbnails for dd2vtt files
    1
    #!/usr/bin/env python3
    2
    """
    3
    Create thumbnails for dd2vtt files.
    4
    Usage: python3 dd2vtt_thumbnail.py some_map.dd2vtt Castle_*.dd2vtt
    5
    """
  5. survey survey Public

    Scala

  6. poor_mans_codegpt.py poor_mans_codegpt.py
    1
    import sys
    2
    import textwrap
    3
    from pathlib import Path
    4
    from typing import Annotated
    5