Skip to content
View Teal-Wolf-25-v2's full-sized avatar

Block or report Teal-Wolf-25-v2

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Teal-Wolf-25-v2/README.md

Teal Wolf 25

import requests

TealWolf25 = {
    "names": ["Teal", "Fynn"],
    "pronouns": [
        ["fae", "faer", "faer", "faers", "faerself"],
        ["they", "them", "their", "theirs", "themselves"],
    ],
    "bio": "A silly enby furry developer :3 wawawawawa",
    "identity": ["panromantic", "nonbinary", "asexual", "polyamorous"],
    "titles": ["Software Developer", "Robotics Engineer", "Voice Actor", "Musician"],
    "groups": ["devOS: Sanity Edition", "Stellar Frost", "Azure Fey MC"],
    "languages": [
        "English",
        "Latin",
        "programming.Python",
        "programming.Java",
        "programming.JavaScript",
        "programming.C++",
        "programming.C#",
    ],
    "socials": {
        "GitHub": "Teal-Wolf-25-v2",
        "Bluesky": "@tw25.net",
        "YouTube": "@TealWolf25",
        "Twitch": "Teal_Wolf_25",
    },
    "well_known_projects": {
        "Extra Trinkets": requests.get("https://github.com/Teal-Wolf-25-v2/Extra-Trinkets"),
        "Cyan": requests.get("https://github.com/Teal-Wolf-25-v2/Teal-Bot"),
    },
    "links": {
        "Website": requests.get("https://www.tw25.net"),
        "Modrinth": requests.get("https://modrinth.com/user/Teal_Wolf_25"),
        "Pronouns": requests.get("https://en.pronouns.page/u/Teal_Wolf_25"),
    },
    "pfp_artist": {
        "Name": "MeeperCreep",
        "Platform": requests.get("https://meepercreepertown.neocities.org/"),
    },
}

pronouns = TealWolf25["pronouns"]
preferred_pronouns = []
for pronoun_set in pronouns:
    if "fae" in pronoun_set:
        preferred_pronouns = pronoun_set
TealWolf25["preferred_pronouns"] = preferred_pronouns

print(TealWolf25)

Popular repositories Loading

  1. pylon-wiki pylon-wiki Public

    Svelte

  2. Iron-And-Stone Iron-And-Stone Public

  3. tw25.net tw25.net Public

    The repository for Teal Wolf 25's website

    HTML 1

  4. Extra-Trinkets Extra-Trinkets Public

    Adds practical slots to Trinkets, so your inventory isn't as cluttered.

  5. celesticore.tw25.net celesticore.tw25.net Public

    Repository for the CelestiCore Studios website

    HTML

  6. CraterLib-arrgh CraterLib-arrgh Public

    Forked from firstdarkdev/CraterLib

    A Library mod and modding api used by FDD Mods

    Java