Projects

A selection of my projects.

Pixel-It logo

Pixel It is a lightweight C# WinForms image-editor that lets you apply filters-brightness, contrast, blur, oil-painting, negative, grayscale, metadata viewing/clearing, and more-to any bitmap. It's perfect for quick, pixel-level edits without the weight of a full graphics suite.

  • Core Filters: Brightness, Contrast, Gaussian Blur, Uniform Blur, Sobel Edge Detect, Invert (Negative), Grayscale
  • Artistic Effects: Oil Painting, Pixelate, Posterize
  • Metadata Tools: View and clear EXIF metadata from JPEGs
  • UI Controls: Fit-to-PictureBox, Zoom In/Out, Undo/Redo, Crop
  • File I/O: Save As (JPEG/PNG/BMP/GIF/TIFF), Batch-save in multiple formats, Compression quality slider
C# Window Frame Image Processing
TelegramBot XO Game logo

A Telegram bot that lets you play Tic-Tac-Toe against an unbeatable AI using the MINIMAX algorithm.

  • Interactive Tic-Tac-Toe game on Telegram
  • Unbeatable AI powered by the MINIMAX algorithm
  • Inline keyboard interface for easy play
Python Telegram API MongoDB
URL Shortener logo

A simple Django-based web application that allows users to shorten long URLs using various URL shortening services. This project utilizes the pyshorteners library to interact with different URL shortening APIs and provides a user-friendly interface for quick URL shortening.

  • Multiple URL Shortening Services: Supports TinyURL, Bitly, Chilp.it, Clck.ru, Cutt.ly, Da.gd, and Is.gd.
  • URL Validation: Ensures the provided URL is valid and not already shortened.
  • Automatic Clipboard Copy: Click the shortened URL to copy it to your clipboard.
Python Django static HTML rendering API Integration