A C# WPF desktop application that extends Windows functionality by providing tools and utilities in a clean, straightforward interface. Built with modern .NET setup, this application groups different helpful resources in a single tabbed experience.
A fast and easy way to organize messy folders. Move all files of a specific format (e.g., .png, .pdf) from a chosen source folder into a destination folder with just one click.
- Note: Duplicate files natively are moved to the Recycle Bin instead of overwriting, preventing data loss.
A straightforward, real-time temperature converter between Celsius (°C) and Fahrenheit (°F).
- Note: Automatically adjusts while typing.
Generate small .gif files from standard videos right on your desktop using FFmpeg. Instead of struggling with CLI commands, simply pick your video file and hit convert.
- Adjustable options for FPS and Maximum Width mapping.
- Operates locally — automatically downloads the official FFmpeg binaries on first startup.
- Clone this repository.
- Open the solution in Visual Studio or your preferred IDE.
- Build and Run the
WPF_Utilsproject.
NOTE: Make sure you have at least the .NET Desktop Runtime installed. If you're using just the tool itself, the necessary runtime will be included in the published version.
- Xabe.FFmpeg: A great .NET wrapper for FFmpeg used in the "Video to GIF" functionality.
- Xabe.FFmpeg.Downloader: Handles downloading the FFmpeg binaries if not locally found.
