My Projects

Here are some programs I’ve developed, with demos and source code.

Google Keyword Screenshot Tool

Desktop software built in C# WPF that automates keyword search and screenshots.

Features:

  • Insert URL & keyword list
  • Choose number of Google pages
  • Highlights URL in WebView2 and takes screenshots
  • Outputs Word file with images and keyword info

Tech Stack: C#, WPF, WebView2, Word Interop

WordPress Manager Desktop App

Desktop software built in C# WPF that mimics the WordPress admin panel.

Features:

• Select website from dropdown
• Connects via WordPress REST API
• Edit posts, pages, and settings directly from the app
• Real-time update feedback

Tech Stack: C#, WPF, VS Code, WordPress REST API