Skip to content
View Kagamiie's full-sized avatar
🥤
Currently learning C..
🥤
Currently learning C..
Block or Report

Block or report Kagamiie

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

import datetime

class Kagami:
    def __init__(self):
        self.language_spoken = ["fr_FR", "en_US"]
        self.role = "Student"
        self.ask_me_about = ['Web dev', 'Automation Tool', 'other']

    def say_hi(self):
            print("Thanks for dropping by, hope you find some of my work interesting.")

me = Kagami()
me.say_hi()

Popular repositories

  1. Trove-App Trove-App Public

    Laggy mess, working on a better version (may be in a few years), with more thing and simpler/lightweight ui.

    Python

  2. Kagamiie Kagamiie Public