Initial Setup Commit

This commit is contained in:
Cal W
2023-04-02 19:04:57 +10:00
parent 2a7ecbf2ef
commit 18c41cf634
4 changed files with 24 additions and 0 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Custom Ignores
images
# ---> Python # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

Binary file not shown.

8
main.py Normal file
View File

@@ -0,0 +1,8 @@
# ENGG4900 Graph Generators
# Cal Wing 2023
def main():
print("Hello World!")
if __name__ == "__main__":
main()

13
requirements.txt Normal file
View File

@@ -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