Mike Nolan f56491fd2e | ||
---|---|---|
.gitignore | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
calc.c | ||
calc.h | ||
cli.c | ||
gtk-calc.c | ||
tesses-calc.desktop |
README.md
Tesses Calculator
A calculator I made in C
To install
$ sudo apt install libgtk-3-dev
$ make clean
$ make
$ sudo make install
To run
$ calc-gtk
or in launcher Tesses Calculator or for cli
$ calc-cli "Your Calculation 1" "Your Calculation 2" "Your Calculation n"
Thanks to these people for the knowledge
- GTK3 Tutorial
- This Calculator Playlist (I think, but I thought it had 4 and not 5 videos) Made Me Understand AST Parsers (I Learned that many months ago)
- God (for making me smart enough to program)
- Whoever I have not mentioned