Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 602 Bytes

LAYOUT BUDDEH

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

Installation Instructions

Linux

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 OSX

Windows and Mac users can also run the main.py file with Python 3.10 from the terminal in the repository directory