Skip to content

kvlarbyte/kvlarbyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation


banner

~ Welcome to my GitHub profile OwO ~

visitors Open Source Love


#!/usr/bin/python

class WhoAmI:
    def __init__(self, name, email, languageSpoken):
        self.name = name
        self.email = email
        self.languageSpoken = languageSpoken
    
    def kvlarbyte(self):
        print("My Name    : ", self.name)
        print("My Email   : ", self.email)
        print("Language(s): ", ", ".join(self.languageSpoken) if isinstance(self.languageSpoken, list) else self.languageSpoken)

name = "Aokage Hisoka"
email = "kvlarbyte@protonmail.com"
language = ["en_US", "ja_JP", "ms_MY", "id_ID"]

me = WhoAmI(name, email, language)
me.kvlarbyte()

More stuff about me...

Preview

Yet another ordinary student.

A little bit about me..

I'm super into tech and love diving into all sorts of tech stuff. whtever it's coding, hacking arround with cybersecurity, or messing with the latest gadgets and software, I'm always down to explore and learn more. Oh, and I also love gaming in my spare time!

☕ About me

  • Name Aokage Hisoka / 青影密か
  • I like to learn:
    • 🛡️ Cyber Security
    • 🌐 IoT Development
    • 🛠️ Software Development
    • etc
  • Currently studying:
    • 🔐 Cryptography
    • etc
  • Languages:
    • 🇯🇵 Japanese (Intermediate)
    • 🇮🇩 Indonesian (Master)
    • 🇲🇾 Melayu (Advanced)
    • 🇺🇸 US English (Intermediate)

💻 Experience

I'm a total beginner with zero experience :>, eager to learn and grow. Ready to soak up new skills and tackle challenges head-on. With motivation and dedication, I'm confident I'll become proficient in no time.

📊 Github Stats

People who visit my profile :3.
Hehe ~ another cutie has been caught.

📫 Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors