# ๐จโ๐ป 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.\"")
๐
Focusing
๐ Self-taught Python & AI developer | Learning online for free | Building tools with code ๐ ๐ค
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
