From c0bcb1b41f8a666cef61cb3fa5f050885e72c47c Mon Sep 17 00:00:00 2001 From: Venrey Date: Sat, 13 Jul 2024 06:21:10 +0000 Subject: [PATCH 1/2] gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dde0f48..9736aff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ .~lock.Numbers.xlsx# gen +.gen planning.txt -__pycache__ \ No newline at end of file +__pycache__ +/templets/slides +convert.py +blank.png +imageGen.py From 2a55ced6eaab4145dc0dbd5a512da3b96eb393b2 Mon Sep 17 00:00:00 2001 From: Venrey Date: Sat, 13 Jul 2024 06:21:36 +0000 Subject: [PATCH 2/2] runscript --- run.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 run.bat diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..0a70a89 --- /dev/null +++ b/run.bat @@ -0,0 +1,2 @@ +pip install pillow openpyxl matplotlib +python main.py \ No newline at end of file