/gtk-calculator

Primary LanguageCDo What The F*ck You Want To Public LicenseWTFPL

GTK Calculator

GTK calculator is a simple arithmetic calculator app writthen in GTK4 using C.

Installation

You will need:

  • GTK4
  • A C compiler (GCC, Clang, etc.)

To build the app, run:

make
./calculator

License

This is a WTFPL licensed project. See LICENSE for more details.