pemdas-calculator/README.md

32 lines
786 B
Markdown

Tesses Calculator
=================
A calculator I made in C
To install
==========
```bash
$ sudo apt install libgtk-3-dev
$ make clean
$ make
$ sudo make install
```
To run
======
```bash
$ calc-gtk
```
or in launcher
Tesses Calculator
or for cli
```bash
$ calc-cli "Your Calculation 1" "Your Calculation 2" "Your Calculation n"
```
Thanks to these people for the knowledge
========================================
- [GTK3 Tutorial](https://youtu.be/ajNvsv1ka4I)
- [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)](https://www.youtube.com/playlist?list=PLBOh8f9FoHHg7Ed_4yKhIbq4lIJAlonn8)
- God (for making me smart enough to program)
- Whoever I have not mentioned