Skip to content

A very simple calculator written in C# with WPF

License

Notifications You must be signed in to change notification settings

sedlak477/DesktopCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesktopCalc 📊

A very simple calculator written in C# with WPF.

Motivation

The built-in Windows calculator lacks some features I desire, for example always staying on top or easy to go back and change some numbers. So I quickly made this very simple application adding all the features I wish Windows calculator had, it's as easy as that. 🎉

Features

Simply write your expression in the bottom text box and the result will get calculated as you write it!

  • The window will always stay on top.
  • You can drag the window around by left-click dragging it.
  • With middle mouse button you can close it.

Editions

Check out the crypto branch to find a version of this calculator with some crypto currency functionality!

Dependencies

NCalc is used for evaluating the mathematical expressions.

And yes the font is Comic Sans (it's a placeholder). 😁

About

A very simple calculator written in C# with WPF

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages