Compare commits
2 commits
f70b063d2f
...
2a55ced6ea
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a55ced6ea | |||
| c0bcb1b41f |
2 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
2
run.bat
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
pip install pillow openpyxl matplotlib
|
||||||
|
python main.py
|
||||||
Loading…
Add table
Add a link
Reference in a new issue