Skip to content
View Caylies's full-sized avatar
💻
💻
  • 10:55 (UTC -04:00)

Block or report Caylies

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

🌊 Cayla

Hi, my name is Cayla! I'm a passionate 7-year self-taught programmer who often contributes to open-source projects.

from dataclasses import dataclass
from typing import Literal

type KnownLanguage = Literal["Python"] | Literal["Luau"]

@dataclass
class Cayla():
    """
    Information about me!

    Parameters
    ----------
    best_language: KnownLanguage
        The language I work the best with.
    languages: list[KnownLanguage]
        A list of languages I work the best with.
    website: str
        My portfolio!
    """

    best_language: KnownLanguage = "Python"
    languages: list[KnownLanguage] = ["Python", "Luau"]
    website: str = "https://cayla-portfolio.carrd.co/"

cayla = Cayla()

Popular repositories Loading

  1. DexScript DexScript Public

    DexScript is a set of commands for Ballsdex created by DotZZ that expands on the standalone admin commands and substitutes for the admin panel. It simplifies editing, adding, and, deleting models s…

    Python 8 4

  2. CBattle CBattle Public

    Interactive battle package for the Ballsdex Discord bot

    Python 6 2

  3. DexI DexI Public

    Dex Inventory "DexI" package manager for Ballsdex

    Python 3 2

  4. Art-BD-Package Art-BD-Package Public

    Python 2

  5. Junta Junta Public

    An FNF engine written in Luau for Love2D

    Luau 2

  6. ndmig ndmig Public

    A Ballsdex to NationDex migration tool written in Rust developed by Cayla.

    Rust 1