Skip to content
Stijn van Woerkom edited this page Jan 31, 2020 · 4 revisions

A Clipboard Assistant in C#

The Clipboard Assisent is designed to give a reponse in a Windows Notification from the selected input. Since the first version of the project, the project is expanded with mulitple functions to supply the user as best as possible. You can find a list of functions down below.

Usage

The program works on things that you copy. For example, you can calculate a sum simply by copying the sum you want to calculate. After that there will be the result in notification and the answer can be added to the sum. You can also view the live bitcoin price with my program by copying bitcoin, bitcoin price or bitcoin price, which is also the same for ethereum. You can also convert a number or date to roman numeral, for example by copying this. 10 to roman, or 28-01-2020 to roman for dates. You can also put your own question in questions.cs in a dictionary so that you have your own answer program. The effect of this is that you copy a question that you have stored there and then you get the answer to that question via notification. Also if you for example 10 to hex or 10 to binary convert a number to both hexdecimal or a binary number.

Clone this wiki locally