Skip to content

AlexHedley/Utility-WPF

Repository files navigation

Utility WPF

language: C# | tag: WPF | Using: Prism | License: MIT | GitHub contributors | GitHub issues GitHub issues-closed GitHub pull-requests | PRs Welcome

Utility WPF is a port of my original Utility app to WPF.

It's using the excellent Prism Library.

Build easily applications in WPF, Windows 10 UWP and Xamarin Forms.


Features

I'm working on adding the original features from the app and hopefully the web.

TODO:

  • HTML Encode/Decode
  • URL Encode
  • HEX to RGB
  • SQL Builder (IN Clause)
  • Guid
  • JSON Pretty
  • XML Pretty
  • SQL Formatter

Screenshots

Example

More
HTML
URL
Guid
XML
JSON
SQL IN Clause Builder
SQL Formatter

Contributing

If you wish to help out and add any extra functionality please do open a PR.

And don't forget to add yourself to the CONTRIBUTORS file.

License


Linked:

  • Utility
    • A Windows app written in vb.net in around Jul 2015
  • Utility-Mac
    • A Mac app written around Jan 2016, this was a port of the original Utility app
  • Utility-Web
    • A port of the original apps to the Web.