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

Block or report slapslash

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. TextMap TextMap Public

    TextMap is a grid/cell based text editor saving your project natively to a TileMap usable in the Godot game engine.

    GDScript 5 1

  2. ObfuscatedTileMap ObfuscatedTileMap Public

    An Addon for Godot, that uses a special way of handling visibility on tilemaps.

    GDScript 5 1

  3. Get a random selection from the top ... Get a random selection from the top 5000 PyPI packages and show a short summary of them.
    1
    import random
    2
    import requests
    3
    
    
    4
    # will be updated monthly.
    5
    top_url = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json"