Hey, I'm Ankush

Computer Engineer student from India. Open to work. Contact me below.

  • KapoorVM

    A 16-bit virtual CPU built from scratch in C with custom opcodes and 65 KB of virtual memory.

    C /Linux /GCC /Git
  • Alloc

    A custom memory allocator mimicking malloc/free with secure deallocation and debugger tools.

    C /Linux /NASM /GCC
  • CodeNexus

    A Python-based code editor with syntax highlighting, autocomplete, and integrated CMD runner.

    Python /PyQt5 /QScintilla /Jedi
  • Email Unsubscriber

    A tool to automatically unsubscribe from emails by scanning inbox and visiting unsubscribe links.

    Python /IMAP /SMTP /BeautifulSoup /requests
  • AI Flappy Bird

    A NEAT-powered Flappy Bird game where AI birds learn to play by evolving neural networks through generations.

    Python /Pygame /NEAT /OOP
  • Chess Game

    An offline player-vs-player chess game built with Pygame, featuring move validation, themes, pawn promotion, castling, and en passant.

    Python /Pygame /OOP