Skip to content
View hasiya2004's full-sized avatar
๐Ÿ˜ƒ
Focusing
๐Ÿ˜ƒ
Focusing

Block or report hasiya2004

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
hasiya2004/README.md
# ๐Ÿ‘จโ€๐Ÿ’ป Hasindu Senarathna | Self-Taught Python AI Developer

class Developer:
    def __init__(self):
        self.name = "Hasindu Senarathna"
        self.location = "๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka"
        self.status = "๐Ÿง  Self-taught | ๐Ÿ’ป Learning Online for Free"
        self.role = "Python AI Developer"
        self.website = "๐ŸŒ https://nukebirds.com"
        self.email = "๐Ÿ“ง hasindusenaratna@gmail.com"
        self.goal = "๐Ÿš— Buy BMW M3 & Build AI-powered tools"

    def skills(self):
        return {
            "Languages": ["๐Ÿ Python", "๐ŸŒ HTML/CSS", "๐ŸŸจ JavaScript", "โ˜• Java", "๐Ÿฆ€ Rust (beginner)"],
            "Python Tools": ["๐ŸชŸ Tkinter", "๐Ÿ“ฆ PyInstaller", "๐Ÿงฐ Requests", "๐Ÿงช Pytube", "๐Ÿ–ผ๏ธ Pillow", "๐Ÿ” Regex"],
            "AI Libraries": ["๐Ÿ“Š Numpy", "๐Ÿงฎ Pandas", "๐ŸŽฏ scikit-learn (beginner)", "๐Ÿ‘๏ธ OpenCV"],
            "Other Tools": ["๐Ÿ–ฅ๏ธ Git", "๐Ÿ“ VS Code", "๐Ÿง Kali Linux", "๐Ÿ’ฟ Pop!_OS"]
        }

    def projects(self):
        return [
            "๐ŸŽฅ YouTube Downloader GUI (Tkinter + Pytube)",
            "๐Ÿ”’ Steganography App (Hide messages in images)",
            "๐Ÿง  AI Mini Modules (automation, detection)",
            "๐Ÿค– IR Sensor + Motor Logic System (Python-based)"
        ]

    def learning(self):
        return [
            "โš™๏ธ Python OOP & File Systems",
            "๐Ÿ“š Machine Learning Basics",
            "๐Ÿค– AI for Automation",
            "๐ŸชŸ Building GUI/Desktop Apps with Python"
        ]

    def dream(self):
        return "๐ŸŒŸ Build my future with code, and buy my dream car โ€” a BMW M3"

    def connect(self):
        return {
            "Website": self.website,
            "Email": self.email,
            "Message": "๐Ÿ’ฌ Let's connect! If you're self-learning too, we're on the same path ๐Ÿš€"
        }

# ๐Ÿ‘‡ Run the code of life
if __name__ == "__main__":
    me = Developer()
    print("๐Ÿš€ Welcome to my GitHub!")
    print(f"Hi, I'm {me.name}, a {me.status} working to become a top-tier {me.role}.\n")
    
    print("๐Ÿ”ง Skills:")
    for category, items in me.skills().items():
        print(f"  {category}: " + ", ".join(items))

    print("\n๐Ÿ“ Projects:")
    for proj in me.projects():
        print(f"  - {proj}")

    print("\n๐Ÿ“š Currently Learning:")
    for topic in me.learning():
        print(f"  - {topic}")

    print(f"\n๐Ÿ’ญ Dream: {me.dream()}")

    print("\n๐Ÿ“ซ Connect with me:")
    for k, v in me.connect().items():
        print(f"  {k}: {v}")

    print("\n๐Ÿ’ก Remember: \"You don't need a degree to build your dream โ€” just discipline, internet, and grit.\"")

Popular repositories Loading

  1. links links Public

    2

  2. Hasindu-senarathna Hasindu-senarathna Public template

    lazuno

    1

  3. wise wise Public

    1

  4. wise.cv wise.cv Public

    1

  5. github-slideshow github-slideshow Public

    A robot powered training repository ๐Ÿค–

    HTML 1

  6. css-card css-card Public

    Cascading Style Sheets

    CSS 1