Salary calculator for Egypt
## SALARY CALCULATOR EGYPT
**Current Version**: 1.2
Salary Calculator is a simple program I made to calculate my salary :moneybag: :nerd_face:
### How to use
You can the binary or build from source.
**Compile for command line version**
```
make
```
**Run**
```
./salary_calculator.bin
```
**Compile for GUI**
yo can use QT creator to build the project from it, or build from shell as follows:
```
cd GUI
```
```
qmake SalaryCalculator.pro &&make qmake_all
```
```
make
```
**Run**
```./SalaryCalculator``` (or just double click :sweat_smile: )
### Dependencies
* QT for GUI (originally developed with QT 5.12, however it's very simple, it should compile with older versions)
### TODO
* ~~Create a GUI~~
* ~~Add Arabic language support~~
* Make an online version
### Credits
Inital work done by @misaleh, Special thanks to @ahmdsamy for support
### Rlease Log
* 1.0: Intial Version
* 1.1: Added GUI
* 1.2: Bug fix
### Disclaimer
I wrote this equation based on my understanding of the Egyptian laws. The authors of this program are not responisble for any damage. **Use at your own risk**