Feggah / calculator

Calculator that can print a file to the Default Network Printer containing the last calculation made.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Calculator that can print a file to the Default Network Printer containing the last calculation made.

Currently only Windows is supported.

How to install the application

To install the application, you can simply go to the Releases section of this repository and download the desired version or click here to download the latest version.

Demo

The application home screen looks like a standard calculator:

image

Below is a calculation example. Please note that the application will only save the last calculation, so if you do a single inline equation, it would be saved entirely.

If you do multiple calculations to reach the result, only the last one would be saved. In the example below, it would save 90 + 50 instead of the whole equation.

image

image

Now that the equation is saved (you clicked =), you can print the equation by going to the menu Arquivo and then Imprimir, or simply use the shortcut CTRL + P.

image

In the printscreen above you should type the title of the calculation and press Confirmar to print it or Cancelar to cancel.

After pressing Confirmar, the content that would be printed is going to be the same as the printscreen below:

image

License

Calculator is under the Apache 2.0 license.

Contributing

Feel free to open issues or pull requests to this repository. Contributions are more than welcome.

About

Calculator that can print a file to the Default Network Printer containing the last calculation made.

License:Apache License 2.0


Languages

Language:Go 99.5%Language:Makefile 0.5%