Dive Into My Work

Here's a peek at some of the cool stuff I've built over the years! From AI experiments to handy tools and just-for-fun projects, this is where I pour my ideas into code. Want to see what I've been up to lately? Check out my latest creations!

Splashy

May 2024

An interactive drawing tool where users can write and draw freely on a blank canvas with different color options, similar to a basic notebook or simplified Paint app.

Python
Tkinter
GUI

ARM7 Assembler

Nov 2024

A GUI-based assembler for ARM7 architecture, enabling users to write, simulate, and visualize ARM7 assembly instructions, covering arithmetic, logical, and data movement operations.

Python
Tkinter
RegEx
GUI

Minesweeper

Aug 2024

A classic Minesweeper game with multiple difficulty levels, featuring dynamic gameplay and an intuitive interface that challenges your logical skills to uncover all non-mined cells.

C++
STL
CLI
Recursion

Youtube Audio Downloader

Oct 2024

A command-line tool to download audio directly from YouTube videos, allowing users to easily convert, customize, and save YouTube content as high-quality audio files.

Python
Pytube
ffmpeg
argparse
CLI

Crop Wars

Jan 2023

An action-packed game where players protect crops from acid rain and enemy clouds using lasers. Move, shoot, and strategize to keep your crops safe!

Python
Pygame
Game Development

2 Stage OpAmp Analysis

Jan 2022 - Mar 2022

A web app for analyzing two-stage operational amplifier aspect ratios using machine learning models. Users input parameters to predict amplifier properties, optimizing circuit design.

Python
Streamlit
Neural Networks
ML

Sudoku

Aug 2022

A C program to solve Sudoku puzzles using backtracking. The program fills in the missing numbers in a given Sudoku grid and prints the completed solution.

C
Backtracking
CLI

Crypto Coin

May 2021 - June 2021

A blockchain simulation implementing a basic cryptocurrency with proof-of-work and block validation. Users can mine blocks and make transactions within the blockchain.

Python
Blockchain
SHA-256
POW