diff --git a/.gitignore b/.gitignore index 5d381cc..a2fdac9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Custom Ignores +images + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/data/AERO4450-Group-10-Data-Analysis-v2.xls b/data/AERO4450-Group-10-Data-Analysis-v2.xls new file mode 100644 index 0000000..27a4d65 Binary files /dev/null and b/data/AERO4450-Group-10-Data-Analysis-v2.xls differ diff --git a/main.py b/main.py new file mode 100644 index 0000000..6588482 --- /dev/null +++ b/main.py @@ -0,0 +1,8 @@ +# ENGG4900 Graph Generators +# Cal Wing 2023 + +def main(): + print("Hello World!") + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..004e1d4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +contourpy==1.0.7 +cycler==0.11.0 +fonttools==4.39.3 +kiwisolver==1.4.4 +matplotlib==3.7.1 +numpy==1.24.2 +packaging==23.0 +pandas==1.5.3 +Pillow==9.5.0 +pyparsing==3.0.9 +python-dateutil==2.8.2 +pytz==2023.3 +six==1.16.0