Skip to content

Projects

I enjoy tackling projects that address real-world problems I encounter firsthand.

Whether it’s a concise 10-line bash script or a more intricate 500-line Python project, my focus is on creating solutions that directly impact either my own challenges or those faced by others.

For me, what truly matters is the practical application and impact of these solutions.

The following is a concise list of projects and scripts I believe have or had some value. This isn’t the entire collection, though—you can explore the full list, including the graveyard of dead projects and other nonsense, on my GitHub.


KTU Bot

KTU Bot remains an actively maintained project that has been a source of both learning and joy for me.

Essentially, it’s a Telegram bot client designed to streamline most interactions possible on the KTU (Kerala Technological University) website.

Within days of its initial deployment, it garnered 10-20 users organically, purely through search discovery. Encouraged by this early success, I invested additional time to expand its capabilities into what it is today.

To date, this bot has served thousands of users and continues to see robust daily engagement. It facilitates tasks such as checking exam results, fetching notifications, accessing exam schedules and academic calendars, and even features machine-learning-driven live notification alerts.

This project has provided invaluable lessons in managing high-concurrency traffic, navigating the constraints imposed by the Telegram Bot API.

Tools Used:


RIT ETLab API

This is an API wrapper around ETLab portal which most of the engineering colleges in Kerala use to track attendance, student information, exam details etc. The portal itself is a pain to work with (no offense sorry). So I wrote an API wrapper that allows you to perform a login and grab all the useful info so that, my boy, you can build all the cool stuff and be the next thing.

This is more like a next version of an old API wrapper that I wrote for my own collage portal RITSoft (which is dead now since RIT switched to ETlab). This project has been forked and is being utilized by individuals in other colleges to develop their own projects.

Tools Used:

Links:


Diet Planner Application

The Diet Planner Application was developed as part of KTU’s S6 mini project curriculum. It aimed to address the challenge of diet planning using linear programming techniques. While effective in many cases, we discovered limitations in its applicability under certain scenarios. Nonetheless, the project was an insightful endeavor.

The application operates as a fully RESTful system with its own authentication mechanism implemented.

Tools Used:

Links:


RIT Attendance Bot

The RIT Attendance Bot was a widely-used project (now dead) during my college days, aiming to provide easy access to attendance details from RITSoft (the college student portal) via Telegram. Initially inspired by another popular bot at our college, which suddenly ceased functioning, I decided to create an enhanced version.

This bot not only allowed students to check their attendance and calculate the number of classes they could miss but also provided additional features such as last updated information, present dates info, and absent dates info.

To ensure smooth operation, I developed a scraper API specifically for this purpose.

Tools Used:

Links:


Hyprland Smart Borders

Hyprland Smart Border is a pure bash script, under 100 lines, utilizing hyprland-ipc to enable dynamic borders in Hyprland. Initially developed as a simple script within my dotfiles repository, its functionality was later recognized as valuable to a broader audience, prompting its transition into a standalone repository.

The script operates by listening for hyprland events via the exposed socket API, dynamically managing window borders based on these events. While updates are occasional (due to limited personal use of my Hyprland desktop), it continues to be actively utilized by a community of users.

Tools Used:


Wut?

Wut? is a CLI dictionary application developed as part of my CS50P final project. It provides quick access to word meanings, synonyms, antonyms, pronunciation, and more directly from the terminal with a single command.

Initially created as an early Python project to enhance my skills, Wut? remains functional and effective. However, due to changes in Python’s recommendations against global package installations, it currently has some limitations. I plan to eventually port it into a standalone pipx package when time permits.

Tools Used:


That’s it for now. I don’t have the time and energy to add other projects here. If you are still interested, just take a look at my GitHub profile and you may find something.