Skip to content
View LunaMellow's full-sized avatar
💜
CatJammin hard to some music rn
💜
CatJammin hard to some music rn

Highlights

  • Pro
Block or Report

Block or report LunaMellow

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


Embed Error lol

LUNAMELLOW



 CURRENTLY LISTENING TO



 ABOUT ME
class LunaMellow():

    def set_about_me(self):
        self.name = "Luna Sofie"
        self.username = "LunaMellow"
        self.location = "Norway"
        self.hobby = "Virtual Reality"

    def set_work(business):
        business.name = "LUNAS"
        business.role = "CEO and Founder"
        business.github = "@LS-AS"
        business.website = "https://lunaservices.no"

    def set_education(study):
        study.university = "NTNU"
        study.name = "Bachelor's Degree in Programming"
        study.location = "Gjøvik, Norway"
        study.start = "August 2023"
        study.website = "https://www.ntnu.no"

    def __str__(self):
        return self.name

if __name__ == '__main__':
    about_me = LunaMellow()
    about_me.set_about_me()

    work_me = LunaMellow()
    work_me.set_work()

    education_me = LunaMellow()
    education_me.set_education()



Most Used Languages




Important

ALWAYS code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live


Note

Last Updated: 16/11/2023

Pinned

  1. LearningC LearningC Public

    A collection of tasks and solutions from PROG1001 at NTNU. Resources are gathered from my lecturer

    C 1 1

  2. LearningCpp LearningCpp Public

    A collection of tasks and solutions from PROG1003 at NTNU. Resources are gathered from my lecturer

    C++ 1

  3. 2-Factor-Authentication 2-Factor-Authentication Public

    A simple 2 factor authentication similar to websites like google or amazon

    Python 1

  4. Vision_App Vision_App Public

    A multiplatform application built with Svelte using ElectronJS.

    Svelte