class UsmanAli:
def __init__(self):
self.name = "Usman Ali"
self.role = "Software Engineering Student"
self.university = "Riphah International University"
self.focus = ["Python", "AI & Data Science", "Android Dev", "Web Dev"]
self.currently_learning = "Advanced Backend Architecture"
self.fun_fact = "I turn coffee into clean, working code ββ‘οΈπ»"
def say_hi(self):
print("Thanks for stopping by β let's build something great!")
usman = UsmanAli()
usman.say_hi()| Project | Description | Tech |
|---|---|---|
| Student-Record-Management-System | Menu-driven Python CLI app for managing student records | Python |
| Edu_Quiz_Web | Interactive quiz & code learning web platform | HTML, CSS, JS |
| payroll-attendance-system | Python & SQLite based payroll automation with attendance tracking | PYTHON, SQLITE |
| library-management-system | CLI-based Library Management System with login, issue/return, and fine calculation | Python |
