I’m a final-year Mechanical Engineering student who likes building practical software and figuring out how systems fit together. I spend a lot of time writing Python scripts, working in the terminal, and tinkering with backend logic. I especially enjoy working with APIs - connecting services, dealing with real-world data, and making different pieces talk to each other in a way that actually works. I like understanding things end-to-end and solving problems by keeping the code simple and solid.
I’m especially interested in problem-solving through code, developer experience, and projects that combine engineering thinking with software.
-
Languages: Python, C++, Bash
-
What I work with:
- API Integration and Data Handling
- Python Scripting and Automation
- Backend Logic and utility scripts
- CLI Tools
-
Tools and Environments:
- Git & Github
- Linux/WSL Workflow
- Neovim
- Zsh, WezTerm, terminal focused development
-
Libraries & APIs:
- FFMpeg, YT-DLP
- MoviePy (Media processing and Compression)
- Spotify Web API
- Pycord (Discord Bot development)
-
Interests:
- Building small but polished tools
- Making APIs usable in real projects
- Debugging, optimization, and clean code
A Python-based CLI tool that uses the Spotify Web API to fetch liked songs or playlists and automatically searches, downloads, and converts them to MP3 from YouTube using a multithreaded pipeline with retry handling.
Tech Stack: Python, Spotify Web API (Spotipy), yt-dlp, FFmpeg, OAuth & Client Credentials Authentication, concurrent.futures (multithreading), logging, CLI-based workflow
A robust Command Line Interface (CLI) tool designed to convert images into ASCII art. It features a retro-style typewriter user interface, intelligent image resizing, and an integrated local web server for viewing results.
Tech Stack: Python, NumPy, Pillow, Argparse
