Calculator A simple desktop calculator built in C using GTK 4, with a nice graphical user interface. Installation | Dependencies Installation git clone https://github.com/dventurb/calculator.git cd calculator make Dependencies GTK 4 (libgtk-4-dev) GLib (libglib2.0-dev) tinyexpr (included in lib/tinyexpr.c and lib/tinyexpr.h) Build tools: gcc, make, pkg-config