Skip to content
View Vortetty's full-sized avatar
💭
Alive, existing, doing dumb stuff
💭
Alive, existing, doing dumb stuff

Block or report Vortetty

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
Vortetty/README.md

Hey, i'm Kali!

Just a trans girl programming in my free time

A bit more about me

class basicPronoun():
    def __init__(self, sub, obj):
        self.subjective = sub
        self.objective = obj

kali = {
    "pronouns": [
        basicPronoun("it", "its"),
        basicPronoun("she", "her"),
        basicPronoun("they", "them"),
    ],
    "names": [ "Kali", "Winter", "Tæmt modʒiɹæ", "Vortetty" ],
    "languages": {
        "natural": [ "english" ],
        "computer": [ "python", "c++", "kotlin", "java", "javascript", "c#", "html", "css", "rust" ]
    },
    "current_focus": "Random projects for fun",
    "fun_fact": "Knowing what to search is half of the battle"
}

Summary

trophy

Winter's GitHub stats

Winter's Top Langs

Pinned Loading

  1. mindustry-logic-vscode-extension mindustry-logic-vscode-extension Public

    TypeScript 1

  2. PngToMlog PngToMlog Public

    Converts a png image to mlog commands. Uses a lightweiht vectorization method i wrote to optimize the output.

    C# 3 2

  3. GBATextLib GBATextLib Public

    A text library for the gba using LibGBA

    C++