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