From 24f63c49a2389bb8b2b0d8896bbf10f5bd28158c Mon Sep 17 00:00:00 2001 From: Venrey Date: Fri, 5 Jul 2024 23:13:55 +0000 Subject: [PATCH] Added ReadMe --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa4eb75 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Auto Slide Tool +This tool automaticly composites graphs onto your slides for you. Just edit the **Numbers.xlsx** file and run the script + +## Usage (Python must be installed) +1. Download tool and extract the files +2. Enter folder +3. Intall dependencies with ``` pip install openpyxl PIL ``` +4. Run ```python main.py``` +5. Check the **gen** folder for the outputed images \ No newline at end of file