A simple CLI written in Python which calculates the angles of a concrete pad using only length measurements of the sides and diagonals
This CLI currently only requires Python 3.10 with no additional libraries
foo@bar:~$ git clone https://github.com/t0theRANCH/LayoutBuddeh
foo@bar:~$ cd LayoutBuddeh
foo@bar:~$ chmod +x main.py
foo@bar:~$ python3 main.py
Windows and Mac users can also run the main.py file with Python 3.10 from the terminal in the repository directory