Compare commits

...

2 commits

Author SHA1 Message Date
2a55ced6ea runscript 2024-07-13 06:21:36 +00:00
c0bcb1b41f gitignore 2024-07-13 06:21:10 +00:00
2 changed files with 8 additions and 1 deletions

5
.gitignore vendored
View file

@ -1,4 +1,9 @@
.~lock.Numbers.xlsx# .~lock.Numbers.xlsx#
gen gen
.gen
planning.txt planning.txt
__pycache__ __pycache__
/templets/slides
convert.py
blank.png
imageGen.py

2
run.bat Normal file
View file

@ -0,0 +1,2 @@
pip install pillow openpyxl matplotlib
python main.py